Skip to content

Commit

Permalink
Fix PSP for kube-proxy
Browse files Browse the repository at this point in the history
```improvement user
A bug has been fixed, which caused the `kube-proxy` to fail starting up for clusters with `.spec.kubernetes.allowPrivilegedContainers=false`.
```
  • Loading branch information
timebertt authored and ialidzhikov committed May 27, 2020
1 parent 858cb7a commit 1f87b44
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ spec:
- pathPrefix: /usr/share/ca-certificates
- pathPrefix: /var/run/dbus/system_bus_socket
- pathPrefix: /lib/modules
- pathPrefix: /var/lib/kube-proxy
runAsUser:
rule: 'RunAsAny'
seLinux:
Expand Down

0 comments on commit 1f87b44

Please sign in to comment.