-
Notifications
You must be signed in to change notification settings - Fork 689
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 for xds-address #362
Comments
Also I can confirm my DNS works fine: $ kubectl exec -ti busybox -- nslookup contour.gimbal-contour.svc.cluster.local [10:34:39]
Server: 10.96.0.10
Address 1: 10.96.0.10 kube-dns.kube-system.svc.cluster.local
Name: contour.gimbal-contour.svc.cluster.local
Address 1: 10.108.227.232 contour.gimbal-contour.svc.cluster.local My config also contains the change
|
Also, I tried using the service env variable by setting the xds-address to It seems to load, but the listeners never get added:
|
I think the issue is with current build on |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm testing through splitting envoy from contour and it doesn't seem to be working with a DNS name, but using IP address works fine. This was mentioned and resolved in #228. Following are the logs from my envoy pod and my deployment manifests are here.
Curious if anyone else has had luck with this or if something has changed since #238 landed.
The text was updated successfully, but these errors were encountered: