Add sysctl exemptions to controller PSP
I would like to be able to support this construction in my DaemonSet, I have coontrol over the host and this is the easiest way yo bump the socket properties.
```yaml
securityContext:
sysctls:
- name: net.core.somaxconn
value: "8192"
```
This commit is contained in:
parent
c0035d29c3
commit
1d54d8b565
6 changed files with 38 additions and 6 deletions
|
|
@ -90,6 +90,7 @@ Parameter | Description | Default
|
|||
`controller.podAnnotations` | annotations to be added to pods | `{}`
|
||||
`controller.podLabels` | labels to add to the pod container metadata | `{}`
|
||||
`controller.podSecurityContext` | Security context policies to add to the controller pod | `{}`
|
||||
`controller.sysctls` | Map of optional sysctls to enable in the controller and in the PodSecurityPolicy | `{}`
|
||||
`controller.replicaCount` | desired number of controller pods | `1`
|
||||
`controller.minAvailable` | minimum number of available controller pods for PodDisruptionBudget | `1`
|
||||
`controller.resources` | controller pod resource requests & limits | `{}`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue