(fix) haproxy anchor runs as root
- The anchor pod for haproxy writes to the host disk and in order to manage file permissions should run as root. Without this fix, the haproxy chart is not resilient to node failure. Change-Id: I9ea9b9a1a2a760be2b3ebb38bd45ead8aaefa034
This commit is contained in:
parent
fe60268244
commit
a9faafecf8
@ -83,6 +83,7 @@ pod:
|
||||
runAsUser: 65534
|
||||
container:
|
||||
anchor:
|
||||
runAsUser: 0
|
||||
allowPrivilegeEscalation: false
|
||||
readOnlyRootFilesystem: true
|
||||
lifecycle:
|
||||
|
Loading…
x
Reference in New Issue
Block a user