Skip to content

Instantly share code, notes, and snippets.

@piaverous
Created May 25, 2020 15:10
Show Gist options
  • Save piaverous/313a7090544e757798b413161babb2e5 to your computer and use it in GitHub Desktop.
Save piaverous/313a7090544e757798b413161babb2e5 to your computer and use it in GitHub Desktop.
Join a Kubernetes cluster as a Worker node with kubeadm
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