Swapnil Gawade
Swapnil Gawade
Update: I managed to achieve the namespace isolation with restricted access (only Role/RoleBindings) by adding below arguments to the ingress pod. Found it here https://github.com/jcmoraisjr/haproxy-ingress/blob/master/pkg/common/ingress/controller/launch.go#L109 ``` "--watch-namespace=$(POD_NAMESPACE)", "--force-namespace-isolation=true", "--disable-node-list=true" ```
> Hi, it sounds you didn't create the cluster role binding which give all the permissions needed to the controller do its job. Actually there isn't a doc that say...
Do we have any update on this issue?
> Hi @swapnilgawade16 > > I've not looked at the code changes yet, but to get me started on the details of this a bit quicker, could you please provide...
@ehumber Any idea by when this change will be merged ?