Ubuntu Pastebin

Paste from stormmore at Fri, 17 Mar 2017 21:47:41 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
# kubernetes kubelet (node) config

# The address for the info server to serve on (set to 0.0.0.0 or "" for all interfaces)
KUBELET_ADDRESS="--address=0.0.0.0"

# The port for the info server to serve on
KUBELET_PORT="--port=10250"

# You may leave this blank to use the actual hostname. If you override this
# reachability problems become your own issue.
# KUBELET_HOSTNAME="--hostname-override=kubernetes-worker-0"

# Add your own!
KUBELET_ARGS="--kubeconfig=/srv/kubernetes/config --cluster-domain=k8s.civilmaps.com --require-kubeconfig --network-plugin=cni --cluster-dns=10.152.183.10"
Download as text