File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
files/kubernetes1.3/config Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,13 +5,13 @@ KUBE_LOGTOSTDERR="--logtostderr=true"
55KUBE_LOG_LEVEL="--v=4"
66
77# --address=0.0.0.0: The IP address for the Kubelet to serve on (set to 0.0.0.0 for all interfaces)
8- NODE_ADDRESS="--address=192.168.166.255 "
8+ NODE_ADDRESS="--address=192.168.100.1 "
99
1010# --port=10250: The port for the Kubelet to serve on. Note that "kubectl logs" will not work if you set this flag.
1111NODE_PORT="--port=10250"
1212
1313# --hostname-override="": If non-empty, will use this string as identification instead of the actual hostname.
14- NODE_HOSTNAME="--hostname-override=192.168.166.255 "
14+ NODE_HOSTNAME="--hostname-override=192.168.100.1 "
1515
1616# --api-servers=[]: List of Kubernetes API servers for publishing events,
1717# and reading pods and services. (ip:port), comma separated.
@@ -21,7 +21,7 @@ KUBELET_API_SERVER="--api-servers=http://kube-master:8080"
2121KUBE_ALLOW_PRIV="--allow-privileged=false"
2222
2323# Add your own!
24- KUBELET_ARGS="--cluster-domain=kube.cluster --cluster-dns=10.254.55.15 --max-pods=100"
24+ KUBELET_ARGS="--cluster-domain=kube.cluster --cluster-dns=10.100.1.1 --max-pods=100"
2525
2626KUBELET_PORT="--port=10250"
2727KUBELET_ADDRESS="--address=0.0.0.0"
You can’t perform that action at this time.
0 commit comments