Skip to content

Instantly share code, notes, and snippets.

@rdodev
Created April 24, 2017 23:43
Show Gist options
  • Save rdodev/2566f0b39a4565ca34200d402993d18b to your computer and use it in GitHub Desktop.
Save rdodev/2566f0b39a4565ca34200d402993d18b to your computer and use it in GitHub Desktop.
Node fix
nano /etc/systemd/system/kubelet.service.d/10-kubeadm.conf
# Environment="KUBELET_NETWORK_ARGS=--network-plugin=cni --cni-conf-dir=/etc/cni/net.d --cni-bin-dir=/opt/cni/bin --node-ip=<private_ip>"
systemctl daemon-reload
systemctl restart kubelet.service
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment