-
Notifications
You must be signed in to change notification settings - Fork 568
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
HA install mode fails on versions of K8s 1.29 and above #2375
Comments
These machines are VM and I can recreate them to start from fresh to try different things. |
same issue on 3.1.7 and arm |
This is specifically an on-prem issue when using kube-vip as the load balancer when installed by kubekey for HA clusters as documented here: |
Tested with 3.1.7 with the same result. The first node etcd crashes and causes the installation to fail. |
What is version of KubeKey has the issue?
v3.1.5
What is your os environment?
Rocky 9.3
KubeKey config file
A clear and concise description of what happend.
Running ./kk create cluster -f config.yaml fails to create a cluster when the config file is configured for kube-vip (HA) mode.
The kubelet initializes but before things can proceed far enough to complete it gets and error on the kubelet.
Kubekey goes through the retries but fails each time.
It is probably not an issue with the kubelet config as by this point in time; the program is doing a retrys and
cannot connect to etcd.
The etcd service is in a crash state and won't recover.
node2 and node3 don't have issues with etcd. Just node1.
Relevant log output
Additional information
Other versions of Kubekey do the same thing. I have seen this back to version 3.1.1
The version of etcd is 3.5.13. That is the same version that is used to install k8s via Kubekey for 1.28.8 succesfully.
Nodes are in time-sync
The text was updated successfully, but these errors were encountered: