You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to have the ability to disable the init container via environment variable or annotation, since my cluster security settings do not allow privileged containers.
I will make sure that /proc/sys/net/ipv4/ip_forward = 1 myself.
Thanks in advance.
The text was updated successfully, but these errors were encountered:
Yes I have the same issue. I think also it would be nice to see a PodSecurityPolicy that allows you to easily roll out the load balancer when you have a restrictive cluster.
I would like to have the ability to disable the init container via environment variable or annotation, since my cluster security settings do not allow privileged containers.
I will make sure that
/proc/sys/net/ipv4/ip_forward = 1
myself.Thanks in advance.
The text was updated successfully, but these errors were encountered: