Skip to content

Commit

Permalink
Merge pull request #1446 from inteon/document_cmctl_safe_uninstall
Browse files Browse the repository at this point in the history
Explain that cmctl x uninstall is now safe by default
  • Loading branch information
jetstack-bot authored Mar 15, 2024
2 parents 028a52e + 0fcee4e commit 6726fd3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions content/docs/reference/cmctl.md
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,10 @@ cmctl x uninstall

This command uninstalls any Helm-managed release of cert-manager.

The CRDs will be deleted if you installed cert-manager with the option `--set CRDs=true`.
Starting from cmctl `v2.0.0`, the uninstall command is safe and will not delete the CRDs
by default, even if they were installed with the Helm chart (using the option `--set installCRDs=true`).

> 🕐 Before `v2.0.0`, cmctl would remove the CRDs if they were installed with the Helm chart (similar to Helm's behavior).
Most of the features supported by `helm uninstall` are also supported by this command.

Expand All @@ -329,8 +332,6 @@ cmctl x uninstall
cmctl x uninstall --namespace my-cert-manager

cmctl x uninstall --dry-run

cmctl x uninstall --no-hooks
```

### Upgrade
Expand Down

0 comments on commit 6726fd3

Please sign in to comment.