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

DNS incorrect treats all services without VIP as headless #909

Closed
howardjohn opened this issue Apr 9, 2024 · 1 comment · Fixed by #1056
Closed

DNS incorrect treats all services without VIP as headless #909

howardjohn opened this issue Apr 9, 2024 · 1 comment · Fixed by #1056
Assignees

Comments

@howardjohn
Copy link
Member

A config like:

apiVersion: networking.istio.io/v1alpha3
kind: ServiceEntry
metadata:
  name: se-0
  annotations:
    istio.io/use-waypoint: default
spec:
  hosts:
  - address.baz
  location: MESH_INTERNAL
  ports:
  - name: http-0
    number: 80
    protocol: HTTP
  resolution: STATIC
  workloadSelector:
    labels:
      app: echo

will resolve to all "echo" Pod IPs. This is not expected. It should NXDOMAIN (assuming no auto allocation enabled)

@MorrisLaw
Copy link
Contributor

I was going to take this up, but I've decided not to work on this right now. This is open for anyone to pickup.

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

Successfully merging a pull request may close this issue.

2 participants