We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Following service (that has actually zero pod in the namespace, it's just DNS entry causes UI to have a LOT of pods under it.
apiVersion: v1 kind: Service metadata: name: reverse-proxy namespace: <ns> spec: externalName: <some service in other namespace> type: ExternalName
Is it possible that it takes ALL pods if it does not find selector?
version: v0.4.2
The text was updated successfully, but these errors were encountered:
Seems like it, it's not just ExternalName services. Any selectorless service (for example, using endpoints) also shows all pods.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Following service (that has actually zero pod in the namespace, it's just DNS entry causes UI to have a LOT of pods under it.
Is it possible that it takes ALL pods if it does not find selector?
version: v0.4.2
The text was updated successfully, but these errors were encountered: