mirror of
https://github.com/jpetazzo/container.training.git
synced 2026-05-11 11:26:41 +00:00
🐞 Fix two small typos
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
]
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user