ingress-nginx-helm/docs/examples/customization/sysctl
2018-02-12 15:14:11 -08:00
..
patch.json Remove initContainer from default deployment (#2077) 2018-02-12 15:14:11 -08:00
README.md Remove initContainer from default deployment (#2077) 2018-02-12 15:14:11 -08:00

Sysctl tuning

This example aims to demonstrate the use of an Init Container to adjust sysctl default values using kubectl patch

kubectl patch deployment -n ingress-nginx nginx-ingress-controller --patch="$(cat patch.json)"