we want to apply what’s mention in this blog post but we don’t know how we can achieve it specially the crd doesn’t support adding initContainers
Hey @Ahmed_Asim ,
these are operating system parameters that should be set on your k8s nodes, not on container level, but on the host level. So you need to provision your k8s nodes with these params.
Hey @Sergey_Pronin
thanks for your reply but these os parameters can be set on the pod level as well, I tried it my self manually through initContainers and was able to adjust these tcp parameters. so I believe the chart should support adding custom initcontainers
Can you show how you were setting those through a Pod?