contour: Endpoints are missing for Contour when installed on an IPV6 only kubernetes cluster
What steps did you take and what happened:
- I have an IPV6 only kubernetes cluster with one master and one worker node.
- Installed Contour using ‘kubectl apply -f https://j.hept.io/contour-deployment-rbac’
- I can see Contour pods are running with IPV6 addresses. I can also list service which has IPV6 address.
- When I list endpoints using ‘kubectl get endpoints --all-namespaces’ , contour has empty field while all other services got endpoints.
What did you expect to happen: Contour should be able to detect the endpoints , the same way as in IPV4 cluster.
Anything else you would like to add: [Miscellaneous information that will assist in solving the issue.] Not sure whether anything need to be set in Contour for IPV6 support. If yes then the documentation needs to include those details.
Environment:
- Contour version: master
- Kubernetes version: (use
kubectl version
): 1. 13.3 - Kubernetes installer & version: kubeadm 1.13.3
- Cloud provider or hardware configuration: k8s on VMs
- OS (e.g. from
/etc/os-release
): Ubuntu 18.04 LTS
About this issue
- Original URL
- State: closed
- Created 5 years ago
- Comments: 24 (17 by maintainers)
I stand corrected. Thank you for explaining Alex
On Wed, 6 Mar 2019 at 00:34, Alexander Brand notifications@github.com wrote: