Skip to content
New issue

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

ExternalName services showing all pods #136

Closed
georgek opened this issue Nov 11, 2024 · 1 comment
Closed

ExternalName services showing all pods #136

georgek opened this issue Nov 11, 2024 · 1 comment

Comments

@georgek
Copy link

georgek commented Nov 11, 2024

Steps to reproduce:

  1. Create an ExternalName service in the cluster, e.g.:
apiVersion: v1
kind: Service
metadata:
  name: some-external-service
  namespace: default
spec:
  type: ExternalName
  externalName: example.com
  1. Look in Capacitor UI

Expected behaviour: No pods are shown.
Actual behaviour: All pods in cluster are shown.

@georgek
Copy link
Author

georgek commented Nov 11, 2024

Dupe #113 (I searched, I swear)

@georgek georgek closed this as not planned Won't fix, can't repro, duplicate, stale Nov 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant