-
Notifications
You must be signed in to change notification settings - Fork 545
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
Unable to install the olm #882
Comments
Looks like you are trying to deploy OLM over a previous install where you tried to uninstall by deleting the namespace. The namespace is stuck in terminating state, most likely due to some finalizers. Easiest is to start from scratch using a new minikube. Did you try to uninstall using |
If you have a previously failed install, usually the thing keeping the namespace around is the apiserver: kubectl delete apiservices.apiregistration.k8s.io v1.packages.operators.coreos.com
kubectl delete apiservices.apiregistration.k8s.io v1alpha1.packages.apps.redhat.com (only one is needed, depends on how old your last install was). I'm going to close this because I don't believe you would see this issue on a fresh cluster. If you continue to have issues installing, please open a new issue or comment here. |
Deleting the API service did not help for me. Only when I remove the finalizer |
On fresh cluster it work probably some problem after upgrading olm, I try remove old and install new one. |
Hi,
I want install the olm in my cluster which have installed kube v1.13.6. I try use both options what you explain in release notes here
I still get error message:
Could you help me with that?
The text was updated successfully, but these errors were encountered: