Guest User

Untitled

a guest
Jan 16th, 2019
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. This setup will make weave behave correctly (the pod-network-cidr). The `HOST_IP` should be the IP the nodes can access.
  2. ```bash
  3. kubeadm init --apiserver-advertise-address=HOST_IP --pod-network-cidr=10.4.0.0/16
  4. makedir -p /home/username/.kube
  5. cp -i /etc/kubernetes/admin.conf /home/username/.kube/config
  6. chown arsham:arsham /home/arsham/.kube/config
  7. ```
Add Comment
Please, Sign In to add comment