Skip to content

Multiple VIPs on Service entry does not work for DNS #30282

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

Closed
howardjohn opened this issue Jan 21, 2021 · 1 comment
Closed

Multiple VIPs on Service entry does not work for DNS #30282

howardjohn opened this issue Jan 21, 2021 · 1 comment
Assignees
Labels
area/networking feature/Virtual-machine issues related with VM support lifecycle/automatically-closed Indicates a PR or issue that has been closed automatically.

Comments

@howardjohn
Copy link
Member

apiVersion: networking.istio.io/v1alpha3
kind: ServiceEntry
metadata:
  name: dns
spec:
  hosts:
  - "fake.service.local"
  addresses:
  - 1.2.3.4
  - 1.2.3.6
  resolution: STATIC
  endpoints:
  - address: 1.2.3.5
  ports:
  - number: 80
    name: http
    protocol: HTTP

This does not work for DNS, we just return a single one. Need to investigate what happens with listener configs.

@howardjohn howardjohn added area/networking feature/Virtual-machine issues related with VM support labels Jan 21, 2021
@howardjohn howardjohn self-assigned this Jan 21, 2021
@istio-policy-bot istio-policy-bot added the lifecycle/stale Indicates a PR or issue hasn't been manipulated by an Istio team member for a while label Apr 22, 2021
@istio-policy-bot istio-policy-bot added the lifecycle/automatically-closed Indicates a PR or issue that has been closed automatically. label May 7, 2021
@howardjohn howardjohn reopened this Jul 8, 2024
@istio-policy-bot istio-policy-bot removed the lifecycle/stale Indicates a PR or issue hasn't been manipulated by an Istio team member for a while label Jul 8, 2024
@howardjohn howardjohn assigned jewertow and unassigned howardjohn Jul 8, 2024
@jewertow
Copy link
Member

Fixed by #51967.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/networking feature/Virtual-machine issues related with VM support lifecycle/automatically-closed Indicates a PR or issue that has been closed automatically.
Projects
None yet
Development

No branches or pull requests

3 participants