Taint Error While create k8s Cluster, Error in coredns untolerated taint #409
-
I tried multiple ways to create a test cluster but every time, the installation stuck in coredns Warning
My Config File
Console Logs
I tried restarting, change instance type commenting drivers etc but nothing worked So I manually removed the taints from the worker node, is this a valid solution? How can I override the worker node taints? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
This is very likely to delays with cloud init. Basically sometimes it can happen that cloud init hasn't finished prepping the system yet by the time the tool attempts to set up k3s on the node, so it hangs. This was addressed in the upcoming v2 which I will release soon. In the meantime can you try the v2.rc3 which is available for download? I think I will release v2 probably next weekend if I can. |
Beta Was this translation helpful? Give feedback.
-
Forgot to mention that the configuration must be updated with the syntax for v2, see other discussion about this, which is pinned. |
Beta Was this translation helpful? Give feedback.
-
It worked , trying LB and others now |
Beta Was this translation helpful? Give feedback.
Forgot to mention that the configuration must be updated with the syntax for v2, see other discussion about this, which is pinned.