Etcd communication warnings #11895
-
Environmental Info: Node(s) CPU architecture, OS, and Version: Cluster Configuration: Describe the bug: On two out of three master nodes I'm seeing errors like this logged every few seconds:
The remote-addr is always the IP of one of the LoadBalancer service in the cluster, and it seems to cycle through a lot of ports for each address. So in the example it's trying to contact X.X.12.57 which isn't one of the nodes but is an address used by a LoadBalancer service. The three nodes have the addresses: master1 - X.X.12.124 Kube-vip address for api access: X.X.12.130 Then on the third master I'm seeing messages like:
Steps To Reproduce:
Expected behavior: Actual behavior: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
What are you using for the k3s datastore? I see references to kine.sock which would suggest you're using kine, but there are also message from etcd raft which would only be present if you're using embedded etcd. Did you perhaps configure kube-vip to do something with the etcd peer port? Health-check it, or expose the etcd peer port via the VIP, or something like that? You should not be doing anything with the etcd ports in your kube-vip config. |
Beta Was this translation helpful? Give feedback.
I've done more testing which suggests very strongly that the issue is solely with kube-vip (see kube-vip/kube-vip#1061). I'll consider this question closed/answered.