Skip to content
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

Error from server (BadRequest): json: cannot unmarshal string into Go value of type map[string]interface {} #1

Open
cakerake opened this issue Jan 10, 2020 · 1 comment

Comments

@cakerake
Copy link

just tried it and got this error

Error from server (BadRequest): json: cannot unmarshal string into Go value of type map[string]interface {}

@jamonation
Copy link

jamonation commented Jan 10, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants