Replies: 1 comment
|
Hello @maoyiGIT, |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Good day Everyone,
I’m trying to understand if I’m misconfiguring my kube-vip setup. Here’s what I have:
Kubernetes Version
kubernetes_vip_version: "1.1.2"
kubernetes_vip_ip: "10.10.0.150"
kubernetes_vip_fqdn: "dev.br.co.za"
Kubernetes Load Balancer
kubernetes_loadbalancer: "kube_vip"
kubernetes_loadbalancer_addresses:
I assigned 10.10.0.151 as an External IP for my Contour Ingress Controller during the projectcontour installation.
However, when I try to curl 10.10.0.151 (curl -v https://10.10.0.151:443 / curl -v http://10.10.0.151) through the jump box or trying to access the ingress through the web browser the request just hangs.
Could this be a conflict because 10.10.0.151 is also part of the kubernetes_loadbalancer_addresses range (10.10.0.151-10.10.0.154)?
Should I remove 10.10.0.151 from that range, or is it correct to leave it as is and I’m looking at another issue?
Thanks for any advice!
All reactions