Skip to content

Commit f68c58b

Browse files
committed
fix: run node as root
With new base image, node pod need to run as root in order to be able to copy the IPAM binary. Signed-off-by: Fred Rolland <[email protected]>
1 parent e045628 commit f68c58b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

deploy/manifests/node/daemonset.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ spec:
6262
fieldPath: spec.nodeName
6363
securityContext:
6464
privileged: true
65+
runAsUser: 0
6566
command: [ "/ipam-node" ]
6667
args:
6768
- --node-name=$(NODE_NAME)

0 commit comments

Comments
 (0)