Skip to content
Permalink
Browse files Browse the repository at this point in the history
Stop running in host PID namespace
We shouldn't need this
  • Loading branch information
bboreham committed Dec 17, 2020
1 parent c6d0d14 commit a0ac81b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion prog/weave-kube/weave-daemonset-k8s-1.11.yaml
Expand Up @@ -177,7 +177,7 @@ items:
readOnly: false
hostNetwork: true
dnsPolicy: ClusterFirstWithHostNet
hostPID: true
hostPID: false
restartPolicy: Always
securityContext:
seLinuxOptions: {}
Expand Down
2 changes: 1 addition & 1 deletion prog/weave-kube/weave-daemonset-k8s-1.6.yaml
Expand Up @@ -148,7 +148,7 @@ items:
securityContext:
privileged: true
hostNetwork: true
hostPID: true
hostPID: false
restartPolicy: Always
securityContext:
seLinuxOptions: {}
Expand Down
2 changes: 1 addition & 1 deletion prog/weave-kube/weave-daemonset-k8s-1.7.yaml
Expand Up @@ -164,7 +164,7 @@ items:
mountPath: /run/xtables.lock
readOnly: false
hostNetwork: true
hostPID: true
hostPID: false
restartPolicy: Always
securityContext:
seLinuxOptions: {}
Expand Down
2 changes: 1 addition & 1 deletion prog/weave-kube/weave-daemonset-k8s-1.8.yaml
Expand Up @@ -173,7 +173,7 @@ items:
mountPath: /run/xtables.lock
readOnly: false
hostNetwork: true
hostPID: true
hostPID: false
restartPolicy: Always
securityContext:
seLinuxOptions: {}
Expand Down
2 changes: 1 addition & 1 deletion prog/weave-kube/weave-daemonset-k8s-1.9.yaml
Expand Up @@ -177,7 +177,7 @@ items:
readOnly: false
hostNetwork: true
dnsPolicy: ClusterFirstWithHostNet
hostPID: true
hostPID: false
restartPolicy: Always
securityContext:
seLinuxOptions: {}
Expand Down

0 comments on commit a0ac81b

Please sign in to comment.