Kubeapi not accessible on gateway loadbalancer IP #9
-
In 5th step I am not able to get gateway working. All the control nodes are working and responding on 6443. However the LB isn't responding. Not sure how to troubleshoot the ipvs LB.
But connecting to LB is timing out.
The IP is pingable though.
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
Hi Nitin, I'm assuming you're trying to contact the gateway from your host machine (Linux or macOS?). If everything works fine from VMs, then I would suspect the problem is somewhere on your host system, e.g. a firewall blocking the traffic. It's hard to say more without digging deeper into your system settings. Things you can try:
|
Beta Was this translation helpful? Give feedback.
Okay, let's check the network setup on gateway & control VMs. Make sure that you've done everything listed in the guide for the control & gateway VMs, i.e.
gateway
machine has the virtual IP properly assigned (you can check it withip addr
, but your previousping
results suggest that everything's fine here)control
machines also recognize the virtual IP as their own (check withip addr
, the VIP should be assigned to loopback interface)arp_ignore
andarp_annouce
kernel options are properly set oncontrol
machines