-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ark Backup create fails on Azure 1.7.9 cluster #674
Comments
Hi @nrb - thanks for the prompt response! Should I update the deployment manifests of Ark to use the 0.7.1 images? |
@sjdweb Yeah, that should work. Did you try v0.8.3 on the deployment manifests too, or on the client side? We've seen 0.8.3 resolve problems with 1.7.x. |
Just tried v0.8.3 and the backup completed! Thanks. v0.7.1 is quite a step backwards with the separate namespaces - so would advise v0.8.3. |
Yes, it is. I suggested it because you mentioned v0.8.0 didn't work, but I think you were just using the client, correct? |
Yes - as the deployment manifest uses the latest image it would have been the 0.8.0 client and 0.9.0 server. |
I'll go ahead and close this issue. We can track a better resolution in #660. |
What steps did you take and what happened:
Installed latest Ark on an Azure ACS 1.7.9 cluster to migrate to AKS.
Followed the Azure guide to install Ark components and cloud credentials which has worked for us 4-5 times prior without problems.
Command being run:
$ ark backup create shiftstaging2v10 --include-namespaces default,shift-resourcing --selector 'app notin (kube-lego,nginx-ingress,socketio-redis-redis,logdna-agent)'
When checking status of the backup, we see
In the logs for the Ark pod (with --log-level set to debug):
What did you expect to happen:
ark backup create
should succeed.Anything else you would like to add:
[Miscellaneous information that will assist in solving the issue.]
Environment:
ark version
):v0.9.0 (tried also on 0.8.0)
kubectl version
):1.7.9
Azure ACS hosted
Azure ACS
/etc/os-release
):NAME="Ubuntu"
VERSION="16.04.3 LTS (Xenial Xerus)"
The text was updated successfully, but these errors were encountered: