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

How do we uninstall OLM #3140

Open
nikhil-nomula opened this issue Dec 26, 2023 · 2 comments
Open

How do we uninstall OLM #3140

nikhil-nomula opened this issue Dec 26, 2023 · 2 comments

Comments

@nikhil-nomula
Copy link

Support

How do I go about uninstalling OLM?

Question

I installed OLM via after changing my context to the appropriate kubernetes cluster

curl -sL https://github.com/operator-framework/operator-lifecycle-manager/releases/download/v0.26.0/install.sh | bash -s v0.26.0

I expected to have an uninstall script so that I can uninstall OLM
There is no documentation or a script that is responsible for uninstalling OLM

What did you see instead? Under which circumstances?
I see documentation of uninstalling an operator here but there is no documentation for uninstalling OLM itself

Environment

  • operator-lifecycle-manager version: 0.26.0

  • Kubernetes version information:

GKE 1.24

  • Kubernetes cluster kind: GKE
@nikhil-nomula
Copy link
Author

nikhil-nomula commented Dec 26, 2023

Is the only way to uninstall

`kubectl delete crd catalogsources.operators.coreos.com
kubectl delete crd clusterserviceversions.operators.coreos.com
kubectl delete crd installplans.operators.coreos.com
kubectl delete crd olmconfigs.operators.coreos.com
kubectl delete crd operatorconditions.operators.coreos.com
kubectl delete crd operatorgroups.operators.coreos.com
kubectl delete crd operators.operators.coreos.com
kubectl delete crd subscriptions.operators.coreos.com

k delete namespace operators
k delete namespace olm

k delete deployment packageserver
k delete deployment catalog-operator
k delete deployment olm-operator`

@tmshort
Copy link
Contributor

tmshort commented Jan 3, 2024

There's an option to uninstall in the Makefile:

make uninstall

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