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
See the console output
hetzner-kube cluster addon install --name cluster-name openebs 2019/06/17 09:43:20 installing addon openebs Enter passphrase for SSH key /home/user/.ssh/id_rsa: 2019/06/17 09:43:30 run failed command:kubectl delete -f openebs-storageclass.yaml && kubectl apply -f openebs-storageclass.yaml stdout:Error from server (NotFound): error when deleting "openebs-storageclass.yaml": storageclasses.storage.k8s.io "openebs-standard" not found
I think the kubectl delete -f openebs-storageclass.yaml needs an --ignore-not-found=true
kubectl delete -f openebs-storageclass.yaml
--ignore-not-found=true
The text was updated successfully, but these errors were encountered:
I run into the same problem. after I cleaned up everything from that broken install I took the standard helm-chart
helm install --namespace openebs -n openebs stable/openebs
Sorry, something went wrong.
I'm still running into this error with Kubernetes v1.16.3 on latest hetzner-kube.
@dsteinberg111 How did you do the cleanup?
No branches or pull requests
See the console output
I think the
kubectl delete -f openebs-storageclass.yaml
needs an--ignore-not-found=true
The text was updated successfully, but these errors were encountered: