Pearl1594 commented on issue #5999: URL: https://github.com/apache/cloudstack/issues/5999#issuecomment-1043996067
@edikevich when you say that it doesn't detect the node, do you mean they are listed but are in an incorrect state, i.e., Not Ready? If so, before retrying to setup the node again, go to the specific nodes and verify: - if the service setup-kube-system ran successfully. - if you notice that the script failed, check the daemon logs `/var/log/daemon.log` to see if you notice any logs specific to the script - check if kubelet service is running fine - check if the `/home/core/success` file is created in the node if there's no such file, you can either stop and start the cluster again.. or, in the specific node, re-attach the cks iso, and run the `setup-kube-system` & `deploy-kube-system` scripts after running a kubeadm reset -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
