Can not load node sources when using a token for a user that has access to only specific namespaces.
Solution
Include a field "Namespace" among the other "Config" fields:
These 2 values would be equivalent:
The difference is that using field selector you will get an error if you don't have permissions to access other namespaces, because it will load all pods from any namespace and after that it will apply the selector.
Ticket: https://pagerduty.atlassian.net/browse/RSE-250
Problem
Can not load node sources when using a token for a user that has access to only specific namespaces.
Solution
Include a field "Namespace" among the other "Config" fields:
These 2 values would be equivalent:
The difference is that using field selector you will get an error if you don't have permissions to access other namespaces, because it will load all pods from any namespace and after that it will apply the selector.