# This should be the IP address of the load balancer for all masters MASTER_IP= # This should be the internal service IP address reserved for DNS DNS_IP= DAEMON_ARGS="$DAEMON_ARGS --api-servers=https://${MASTER_IP} --enable-debugging-handlers=true --cloud-provider= gce --pod-manifest-path=/etc/kubernetes/manifests --allow-privileged=False --v=2 --cluster-dns=${DNS_IP} --cluster-domain=c luster.local --configure-cbr0=true --cgroup-root=/ --system-container=/system "