소프트웨어/Kubernetes

Kubernetes worker join failed

야솔아빠 2022. 1. 9. 22:35
반응형

kubuadm join fail

sudo kubeadm join 10.xxx.xx.xxx:6443 --token 1fr6g0.31ngex1z71kp3pin \
> .--discovery-token-ca-cert-hash sha256:eb065b18c2a406300494007c9c01201c98b9fba102fe1acbfe7a14e011fa2b33 
accepts at most 1 arg(s), received 3
To see the stack trace of this error execute with --v=5 or higher

 

Solution

https://stackoverflow.com/questions/65588628/node-cannot-join-cluster-k8s-onprem?rq=1

반응형