Skip to content

Instantly share code, notes, and snippets.

@lsmithmier
Created October 19, 2018 03:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lsmithmier/5f11063f805081cfb35a5d6397d86211 to your computer and use it in GitHub Desktop.
Save lsmithmier/5f11063f805081cfb35a5d6397d86211 to your computer and use it in GitHub Desktop.
#kubeadm init --pod-network-cidr=10.244.0.0/16
export KUBECONFIG=/etc/kubernetes/admin.conf
sysctl net.bridge.bridge-nf-call-iptables=1
kubectl apply -f https://raw.githubusercontent.com/coreos/flannel/c5d10c8/Documentation/kube-flannel.yml
kubectl get pods --all-namespaces
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment