-
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
Kubeadm join fail #344
Comments
Can you output the logs of the kubelet? |
Problem solved ! :) I simply change my docker configuration file to add :
After restart docker and retry a Thanks for your help ! @piersbarrios I have created an issue relative to an issue like that : kubernetes/kubernetes#48798 But by removing the |
@PLoic : I believe I have another issue here because my logs now show :
etc... I am using weave btw |
Same error with piersbarrios
|
This should be fixed now. Please use v1.7.1 and reopen if you can still reproduce the issue... |
Dear all, For v.1.7.1 we facing problem for join node to cluster with ip address. by command "kubeadm --token 8c2350.f55343444a6ffc46 join X.X.X.X:6443" with Error like below: kubeadm join kubernetes-ms:6443 --token 8c2350.f55343444a6ffc46 Lab Description (All node had been install docker/kubelet/kubectl/kubeadm):
|
@luxas Note with thanks krab |
@luxas : Wasn't fixed in v1.7.2 |
not fixed neither for me.
|
Ditto... Running 1.7.2 and the join fails. Giving --skip-preflight-checks seems to indicate that the join was successful, but the master never detects it and none of the required images on worker nodes get downloaded, so I image it must also be a bug. Ps: I am joining a RPi3 with a x86 master.. I went ahead and created the cluster with kuberentes v1.7.0, which seems to work OK. |
I met this error too, but not related to the cgroup driver. When the kubelet service is configured with
the command and
looks like it's hanging on the requesting for new certificates It's not an emergency as those two features are in alpha, after disable it everything is ok, just for the sake of recording |
What happened?
Hello, I have an issue when I try to do a
kubeadm join
it appear to be succeed because I see :But on master node when I do a
kubectl get nodes
I only see my master node.Versions
kubeadm version (use
kubeadm version
): v1.7.0Environment:
kubectl version
): v1.7.0uname -a
): 3.10.0-327.36.3.el7.x86_64What you expected to happen?
The worker node connected to the master
Thanks for your help
The text was updated successfully, but these errors were encountered: