🐞 Fix two small typos

This commit is contained in:
Jérôme Petazzoni
2021-11-21 21:47:35 +01:00
parent 52015b81fe
commit 607158bda3
2 changed files with 3 additions and 3 deletions

View File

@@ -191,11 +191,11 @@ class: extra-details
- Let's allow `privileged` pods in `kube-system`:
```bash
kubectl label namespaces \
kubectl label namespace kube-system \
pod-security.kubernetes.io/enforce=privileged \
pod-security.kubernetes.io/audit=privileged \
pod-security.kubernetes.io/warn=privileged \
kube-system --overwrite
--overwrite
```
]

View File

@@ -124,7 +124,7 @@
## Admission plugins
- [PodSecurityPolicy](https://kubernetes.io/docs/concepts/policy/pod-security-policy/) (will be removed in Kubernetes 1.24)
- [PodSecurityPolicy](https://kubernetes.io/docs/concepts/policy/pod-security-policy/) (will be removed in Kubernetes 1.25)
- create PodSecurityPolicy resources