container install-cni (init) in calico pod Unable to create token for CNI kubeconfig error=Post dial tcp 10.233.0.1:443: i/o timeout #9205
Unanswered
amir-bialek
asked this question in
Q&A
Replies: 2 comments
-
Is kube-proxy running and healthy on that node?
This is assuming that:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Hey @caseydavenport When I look at the logs of kube-proxy on the broken-node they seems ok:
You wrote that |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey all,
Cluster on-prem, deployed with kubespray.
All is working well except for one worker-node, where the
calico-node-2whvs
pod is stuck inInit:CrashLoopBackOff
.The logs with ```kubectl -n kube-system logs calico-node-2whvs --container install-cni`` shows:
I will add the the node shows as ready, and there is ping between the master and worker-node.
Exec into the node and run the curl command
give me a timeout, but from other nodes it give a respond.
Can anyone help?
Beta Was this translation helpful? Give feedback.
All reactions