We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
just tried it and got this error
Error from server (BadRequest): json: cannot unmarshal string into Go value of type map[string]interface {}
The text was updated successfully, but these errors were encountered:
That's interesting. I haven't come across that error in the logs. Thanks for taking the time to report this issue.
I just updated this tutorial, which is a more complete version of the readme: https://www.digitalocean.com/community/tutorials/how-to-back-up-and-restore-a-kubernetes-cluster-on-digitalocean-using-velero
Would you be up for trying to follow along with that guide and let me know if you still run into trouble?
You can wipe velero from your cluster using the following commands:
kubectl delete ns velero kubectl get crds |awk '/velero/ {print $1}' |xargs kubectl delete crds kubectl delete clusterrolebindings.rbac.authorization.k8s.io velero
Sorry, something went wrong.
No branches or pull requests
just tried it and got this error
Error from server (BadRequest): json: cannot unmarshal string into Go value of type map[string]interface {}
The text was updated successfully, but these errors were encountered: