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.