Skip to content

Instantly share code, notes, and snippets.

@bergmeister
Created July 1, 2019 12:37
Show Gist options
  • Save bergmeister/18fb5ae99b63bfa8b0be5f7d3772a372 to your computer and use it in GitHub Desktop.
Save bergmeister/18fb5ae99b63bfa8b0be5f7d3772a372 to your computer and use it in GitHub Desktop.
Configure Kubernetes Server (Slave)
!/bin/sh
sudo kubeadm join $controller_private_ip:6443 --token $token --discovery-token-ca-cert-hash $hash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment