Skip to content

Commit f7f7730

Browse files
Update docs/book/src/clusterctl/configuration.md
Co-authored-by: Stefan Büringer <[email protected]>
1 parent 668e243 commit f7f7730

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/book/src/clusterctl/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ You may want to migrate to a user-managed cert-manager further down the line, af
101101

102102
`clusterctl` looks for the label `clusterctl.cluster.x-k8s.io/core=cert-manager` on all api resources in the `cert-manager` namespace. If it finds the label, `clusterctl` will manage the cert-manager deployment. You can list all the resources with that label by running:
103103
```bash
104-
kubectl get mutatingwebhookconfiguration,validatingwebhookconfiguration,clusterrole,clusterrolebinding,crds,all -A --selector=clusterctl.cluster.x-k8s.io/core=cert-manager
104+
kubectl api-resources --verbs=list -o name | xargs -n 1 kubectl get --show-kind --ignore-not-found -A --selector=clusterctl.cluster.x-k8s.io/core=cert-manager
105105
```
106106
If you want to manage and install your own cert-manager, you'll need to remove this label from all API resources.
107107

0 commit comments

Comments
 (0)