Skip to content

Commit d528dae

Browse files
committed
[kubernetes] Set hostUsers explicitly
The pcm daemons require host privileges. Setting this explicitly both documentes the incompatibility with user namespaces and ensures, if the default changes, the daemonset will continue to function as expected. Signed-off-by: Pat Riehecky <riehecky@fnal.gov>
1 parent ef49649 commit d528dae

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pcm-kubernetes.yaml.experimental

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ spec:
6969
periodSeconds: 10
7070
successThreshold: 1
7171
timeoutSeconds: 1
72+
hostUsers: true
7273
securityContext:
7374
privileged: false
7475
runAsNonRoot: false

0 commit comments

Comments
 (0)