Skip to content

Commit 668e243

Browse files
committed
📖 update cert-manager label searching command
1 parent df0fb87 commit 668e243

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 all -A --selector=clusterctl.cluster.x-k8s.io/core=cert-manager
104+
kubectl get mutatingwebhookconfiguration,validatingwebhookconfiguration,clusterrole,clusterrolebinding,crds,all -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)