Skip to content

Commit 7cd3e0d

Browse files
committed
readme fix
1 parent 661317e commit 7cd3e0d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ Currently it is required to have [certmanager](https://cert-manager.io/docs/inst
4040
## Bypass namespace
4141
The controller will intercept all pod write communication. The namespace which hosts k8s-pause needs to be bypassed otherwise you won't be able to create
4242
pods anymore!
43-
By default you can annotate the namespace using:
43+
By default you can label the namespace using:
4444
```
45-
kubectl annotate ns/my-namespace control-plane=controller-manager
45+
kubectl label ns/my-namespace control-plane=controller-manager
4646
```
4747

4848
Both kustomize and helm deployments will have this exception by default. You can configure a different rule in each way of deployment.

0 commit comments

Comments
 (0)