kontena / akrobateo

Akrobateo is a simple Kubernetes operator to expose in-cluster LoadBalancer services as node hostPorts using DaemonSets.
Apache License 2.0
110 stars 15 forks source link

[FEATURE] Have the ability to disable the init container (which requires privileged permissions) #30

Open digger18 opened 5 years ago

digger18 commented 5 years ago

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.

HuxyUK commented 4 years ago

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.