You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are using PSMDB Operator on AKS. When trying to get backups running, the operator appears to not be using the endpointURL variable set in the yaml. In the logs for the backup-agent container, the agent is attempting to hit the default enpointURL.
The agent is picking up the correct storage account name from the secret referenced in the cr.yaml/mongodb instance yaml, just using an incorrect endpoint URL.
More about the problem
In the backup-agent container logs, we are getting a no such host error when backups try to run. The storage account name is correct, but the rest of the URL to the associated blob storage is incorrect.
Steps to reproduce
Create the Azure Blob Storage Credentials secret containing the account name and account key/secret
Enable backups in the MongoDB instance yaml file, backup section
Set the container, credentialsSecret, prefix, and endpoint URL in the appropriate section of the instance yaml
View backup-agent container logs for error
Versions
Kubernetes - 1.28.9
Operator - 1.16.2
Database - MongoDB
Anything else?
No response
The text was updated successfully, but these errors were encountered:
@bshouse6 thank you for your report. Could you please give an example of endpoint URL you used?
And logs which you see in backup-agent if it's possible
Report
We are using PSMDB Operator on AKS. When trying to get backups running, the operator appears to not be using the endpointURL variable set in the yaml. In the logs for the backup-agent container, the agent is attempting to hit the default enpointURL.
The agent is picking up the correct storage account name from the secret referenced in the cr.yaml/mongodb instance yaml, just using an incorrect endpoint URL.
More about the problem
In the backup-agent container logs, we are getting a no such host error when backups try to run. The storage account name is correct, but the rest of the URL to the associated blob storage is incorrect.
Steps to reproduce
Versions
Anything else?
No response
The text was updated successfully, but these errors were encountered: