Skip to content

Instantly share code, notes, and snippets.

@parisnakitakejser
Created January 29, 2022 19:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parisnakitakejser/d09e7a3964d86b17a0e7e80eb430663c to your computer and use it in GitHub Desktop.
Save parisnakitakejser/d09e7a3964d86b17a0e7e80eb430663c to your computer and use it in GitHub Desktop.
Remove cert-manager from Kubernetes cluster
helm --namespace cert-manager delete cert-manager
kubectl delete namespace cert-manager
kubectl delete -f https://github.com/jetstack/cert-manager/releases/download/vX.Y.Z/cert-manager.crds.yaml
kubectl delete apiservice v1beta1.webhook.cert-manager.io
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment