github.com/enmand/kubernetes@v1.2.0-alpha.0/docs/admin/high-availability/default-kubelet (about) 1 # This should be the IP address of the load balancer for all masters 2 MASTER_IP=<insert-ip-here> 3 # This should be the internal service IP address reserved for DNS 4 DNS_IP=<insert-dns-ip-here> 5 6 DAEMON_ARGS="$DAEMON_ARGS --api-servers=https://${MASTER_IP} --enable-debugging-handlers=true --cloud-provider= 7 gce --config=/etc/kubernetes/manifests --allow-privileged=False --v=2 --cluster-dns=${DNS_IP} --cluster-domain=c 8 luster.local --configure-cbr0=true --cgroup-root=/ --system-container=/system "