-
|
Hello, When I start a kubernetes cluster in CS it generally starts, I can download kubeconfig and log into the cluster. However, if I look at the node console, I see that there is an error: Failed to start Execute cloud/user final script The clod-init.log contains the following information:
This happens to me on all versions of kubernetes and is very disturbing. What could be causing this? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
|
Are you able to log into the nodes via SSH using: |
Beta Was this translation helpful? Give feedback.
-
|
Do the clusters come up? Because, the error on the console wrt failing to run cloud/user final script is an expected behaviour. As the worker nodes are constantly trying to connect with the control node, so until the control node is up, the script (deploy-kube-system) may fail initially. |
Beta Was this translation helpful? Give feedback.
Do the clusters come up? Because, the error on the console wrt failing to run cloud/user final script is an expected behaviour. As the worker nodes are constantly trying to connect with the control node, so until the control node is up, the script (deploy-kube-system) may fail initially.