"allowPrivilegeEscalation: false" blocks deploying metrics-server
on CentOS7. In addition, the original metrics-server manifest doesn't
contain it as [1]. This removes it.
[1]: 527679e5e8/manifests/base/deployment.yaml
This commit is contained in:
parent
30cd91dc6b
commit
6cfa3bbb22
1 changed files with 0 additions and 1 deletions
|
@ -67,7 +67,6 @@ spec:
|
||||||
failureThreshold: 3
|
failureThreshold: 3
|
||||||
initialDelaySeconds: 40
|
initialDelaySeconds: 40
|
||||||
securityContext:
|
securityContext:
|
||||||
allowPrivilegeEscalation: false
|
|
||||||
capabilities:
|
capabilities:
|
||||||
drop: ["all"]
|
drop: ["all"]
|
||||||
add: ["NET_BIND_SERVICE"]
|
add: ["NET_BIND_SERVICE"]
|
||||||
|
|
Loading…
Reference in a new issue