Skip to content

Commit 7cec267

Browse files
committed
docs fix
1 parent 7cd3e0d commit 7cec267

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
@@ -37,15 +37,15 @@ There is no reason to downscale deployments, statefulsets or any other kind of w
3737
### Requirements
3838
Currently it is required to have [certmanager](https://cert-manager.io/docs/installation/) deployed on the cluster with either kustomize or helm deployment.
3939

40-
## Bypass namespace
40+
### 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!
4343
By default you can label the namespace using:
4444
```
4545
kubectl label ns/my-namespace control-plane=controller-manager
4646
```
4747

48-
Both kustomize and helm deployments will have this exception by default. You can configure a different rule in each way of deployment.
48+
Both kustomize and helm deployments will have this exception by default. You can configure a different rule in each way of deployment. \
4949
**Note**: It is also good practice to have other namespaces bypassed which should not support k8s-pause. For instance `kube-system` is a good example.
5050

5151
### Helm

0 commit comments

Comments
 (0)