Created
April 24, 2017 23:43
-
-
Save rdodev/2566f0b39a4565ca34200d402993d18b to your computer and use it in GitHub Desktop.
Node fix
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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