Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
themeDJango
linenumberstrue
# worker, change the ip,token and cert-hash to your's
kubeadm join 192.168.30.12:6443${YOUR IP} --token m1w2db.pudg2m4u27terkrz${YOUR TOKEN} --discovery-token-ca-cert-hash sha256:fd8c563206a00e61e1c8416a3dc5f5d9ec9780b7121b0cb50df7904ef91d3b8b${YOUR CERT HASH} 

When you have the join statement, copy it and execute it on the worker node, you can see

...