mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2025-12-14 13:54:37 +03:00
Fix: CRI-O default capabilities follow with the upstream (#12018)
* Fix: CRI-O default capabilities follow with the upstream Signed-off-by: ChengHao Yang <17496418+tico88612@users.noreply.github.com> * Docs: CRI-O default capabilities follow with upstream Signed-off-by: ChengHao Yang <17496418+tico88612@users.noreply.github.com> --------- Signed-off-by: ChengHao Yang <17496418+tico88612@users.noreply.github.com>
This commit is contained in:
@@ -88,12 +88,10 @@ crio_default_capabilities:
|
|||||||
- DAC_OVERRIDE
|
- DAC_OVERRIDE
|
||||||
- FSETID
|
- FSETID
|
||||||
- FOWNER
|
- FOWNER
|
||||||
- NET_RAW
|
|
||||||
- SETGID
|
- SETGID
|
||||||
- SETUID
|
- SETUID
|
||||||
- SETPCAP
|
- SETPCAP
|
||||||
- NET_BIND_SERVICE
|
- NET_BIND_SERVICE
|
||||||
- SYS_CHROOT
|
|
||||||
- KILL
|
- KILL
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@@ -106,10 +106,8 @@ crio_default_capabilities:
|
|||||||
- DAC_OVERRIDE
|
- DAC_OVERRIDE
|
||||||
- FSETID
|
- FSETID
|
||||||
- FOWNER
|
- FOWNER
|
||||||
- NET_RAW
|
|
||||||
- SETGID
|
- SETGID
|
||||||
- SETUID
|
- SETUID
|
||||||
- SETPCAP
|
- SETPCAP
|
||||||
- NET_BIND_SERVICE
|
- NET_BIND_SERVICE
|
||||||
- SYS_CHROOT
|
|
||||||
- KILL
|
- KILL
|
||||||
|
|||||||
Reference in New Issue
Block a user