-
Notifications
You must be signed in to change notification settings - Fork 36
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
kubeadm bootstrapping, taint "node-role.kubernetes.io/master" not found #75
Comments
Thanks for this update, this is due to the old taint having been removed but |
Fixed in 0.3.9 |
Thank you for the fix @innobead , I believe because Maybe issue happen because build on
btw, should i create a new issue for this error ? |
It should be related to that dynamic dependencies. I will check this later and thanks for the update 👍. No need to create another issue. |
Thank you & noted. |
Please try v0.3.10. It should work now without glibc dependencies since CGO is disabled. Installed executables:
- /home/davidko/.huber/bin/kubefire
kubefire (version: v0.3.9, source: github) to kubefire (version: v0.3.10, source: github) updated
❯ which kubefire
/home/davidko/.huber/bin/kubefire
❯ ldd -v /home/davidko/.huber/bin/kubefire
not a dynamic executable
❯ kubefire cluster delete demo
INFO[2023-04-16T08:23:45+08:00] deleting cluster cluster=demo force=false
INFO[2023-04-16T08:23:45+08:00] deleting master nodes cluster=demo
INFO[2023-04-16T08:23:45+08:00] deleting node node=demo-master-1
INFO[2023-04-16T08:23:45+08:00] time="2023-04-16T08:23:45+08:00" level=info msg="Removing the container with ID \"ignite-170d0d140f54fb41\" from the \"cni\" network"
INFO[2023-04-16T08:23:45+08:00] time="2023-04-16T08:23:45+08:00" level=info msg="Removed VM with name \"demo-master-1\" and ID \"170d0d140f54fb41\""
INFO[2023-04-16T08:23:46+08:00] deleting worker nodes cluster=demo
INFO[2023-04-16T08:23:46+08:00] deleting cluster configurations cluster=demo
❯ kubefire version
Version: v0.3.10
Build: 35cb33b-20230416001838
❯ kubefire cluster create demo
INFO[2023-04-16T08:24:00+08:00] getting the cri-tools release versions info less than/equal to v1.27.1 bootstrapper=kubeadm
INFO[2023-04-16T08:24:01+08:00] getting the latest kube release tool release version info bootstrapper=kubeadm
INFO[2023-04-16T08:24:02+08:00] initializing cluster configuration cluster=demo
INFO[2023-04-16T08:24:02+08:00] saving cluster configurations cluster=demo
INFO[2023-04-16T08:24:02+08:00] creating cluster cluster=demo
INFO[2023-04-16T08:24:02+08:00] creating master nodes of cluster cluster=demo started=true
INFO[2023-04-16T08:24:02+08:00] creating node node=demo-master-1
INFO[2023-04-16T08:24:03+08:00] time="2023-04-16T08:24:03+08:00" level=info msg="Created VM with ID \"d609bdfe4b6a56be\" and name \"demo-master-1\""
INFO[2023-04-16T08:24:04+08:00] time="2023-04-16T08:24:04+08:00" level=info msg="Networking is handled by \"cni\""
time="2023-04-16T08:24:04+08:00" level=info msg="Started Firecracker VM \"d609bdfe4b6a56be\" in a container with ID \"ignite-d609bdfe4b6a56be\""
INFO[2023-04-16T08:24:05+08:00] waiting nodes of cluster running cluster=demo
INFO[2023-04-16T08:24:05+08:00] initializing cluster cluster=demo
INFO[2023-04-16T08:24:05+08:00] initializing node node=demo-master-1
INFO[2023-04-16T08:24:05+08:00] waiting all nodes initialization finished
...
INFO[2023-04-16T08:25:52+08:00] saving cluster configurations cluster=demo
INFO[2023-04-16T08:25:52+08:00] downloading the kubeconfig of cluster (demo)
INFO[2023-04-16T08:25:52+08:00] saved the kubeconfig of cluster (demo) to /home/davidko/.kubefire/clusters/demo/admin.conf
❯ export `kubefire cluster env demo`
❯ k get nodes
NAME STATUS ROLES AGE VERSION
demo-master-1 NotReady control-plane 18s v1.27.1 |
Working fine now, thank you for your fast respond & fixes 😄 . Now i could start a new adventure.
|
Describe the bug
Error show
error: taint "node-role.kubernetes.io/master" not found
after i run$ kubefire cluster create demo --bootstrapper=kubeadm
To Reproduce
N/A
Expected behavior
No error
Environment
VERSION="20.04.5 LTS (Focal Fossa)"
Version: v0.3.8
Build: 46925d5-20220621143922
CONTAINERD IGNITE CNI RUNC CNIPLUGIN
v1.6.6 v0.10.0 v1.1.1 1.1.3 0.4.0/kubefire-cni-bridge
Additional context
Below showing it running successfully, but i'm not sure why i got above error.
The text was updated successfully, but these errors were encountered: