Open kworkbee opened 3 months ago
This issue has been marked as stale due to 90 days of inactivity. It will be closed in 30 days if no further activity occurs. If this issue is still relevant, please simply write any comment. Even if closed, you can still revive the issue at any time or discuss it on the dev@apisix.apache.org list. Thank you for your contributions.
Issue description
I'm running multiple APISIX Ingress Controller in the same cluster. I'm specifying
namespaceSelector
because resources need to be isolated at the namespace level, but it seems to be working differently in version 1.7.0 and version 1.8.0.For example, two namespaces are each
It has a label like and it's a namepace Selector
Assuming that you have designated it as,
Version 1.7.0 of Ingress Controller reads only resources deployed in B Namespace, while version 1.8.0 of Ingress Controller reads all resources deployed in A and B Namespace.
There are no documents involved, so it is necessary to check that this is the intended action.
Environment