In some environments it's required for the ingress controller to watch for ingresses only in specific namespaces rather than all of them, e.g. for isolation purposes in multi-tenant clusters.
Currently watching all the namespaces is hardcoded, should instead have an option to specify the namespaces (like --watch-namespace in nginx ingress controller) for this use case.
In some environments it's required for the ingress controller to watch for ingresses only in specific namespaces rather than all of them, e.g. for isolation purposes in multi-tenant clusters.
Currently watching all the namespaces is hardcoded, should instead have an option to specify the namespaces (like
--watch-namespace
in nginx ingress controller) for this use case.