mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2025-12-14 13:54:37 +03:00
fix error metrics server capabilities name (#7905)
This commit is contained in:
@@ -70,7 +70,7 @@ spec:
|
||||
allowPrivilegeEscalation: false
|
||||
capabilities:
|
||||
drop: ["all"]
|
||||
add: ["CAP_NET_BIND_SERVICE"]
|
||||
add: ["NET_BIND_SERVICE"]
|
||||
readOnlyRootFilesystem: true
|
||||
runAsGroup: 10001
|
||||
runAsNonRoot: true
|
||||
|
||||
Reference in New Issue
Block a user