-
Notifications
You must be signed in to change notification settings - Fork 716
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
Kubelet Join blocked by Port 10250 #2218
Comments
i then killed the
|
always call
unclear why this doesn't stop the kubelet.
this usually means the kubelet is not healthy; have a look at its logs please use the support channels for support questions: /triage support |
@neolit123: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
isof -i :10250 |
When I perform the
kubeadm join
on the worker node, I get the following error:I performed a
netstat -ltnp | grep -w ":10250"
i see kubelet.I tried to stop the kubelet by
systemctl stop kubelet
, but it kept running.What should I do in order to join my
worker
nodes into the kubeadm cluster?The text was updated successfully, but these errors were encountered: