Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add sysctl exemptions to controller PSP #5708

Merged
merged 1 commit into from
Jun 16, 2020

Commits on Jun 16, 2020

  1. 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"
    ```
    towolf committed Jun 16, 2020
    Configuration menu
    Copy the full SHA
    1d54d8b View commit details
    Browse the repository at this point in the history