Delete only jx
How to delete jx components from your cluster
Use this if you want to only delete Jenkins X from your cluster.
kubectl delete -R -f config-root/namespaces
kubectl delete -R -f config-root/cluster
If you imported repositories into Jenkins X using jx project import
or jx project quickstart
, then you
also need to delete the webhooks manually from the repositories.
If you installed jx on minikube/kind/k3s (local installations), refer to the docs of those platforms on how to uninstall the cluster.
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.
Last modified December 4, 2021: refactor: add a note about manually deleting webhooks from repositories (d7bdd5bc98)