Created
May 25, 2020 15:10
-
-
Save piaverous/313a7090544e757798b413161babb2e5 to your computer and use it in GitHub Desktop.
Join a Kubernetes cluster as a Worker node with kubeadm
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
kubeadm join <control-plane-host>:<control-plane-port> --token <token> --discovery-token-ca-cert-hash sha256:<hash> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment