Skip to content

Commit f354786

Browse files
authored
Update kubelet
1 parent b2a08ce commit f354786

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

files/kubernetes1.3/config/kubelet

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ KUBE_LOGTOSTDERR="--logtostderr=true"
55
KUBE_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.
1111
NODE_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"
2121
KUBE_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

2626
KUBELET_PORT="--port=10250"
2727
KUBELET_ADDRESS="--address=0.0.0.0"

0 commit comments

Comments
 (0)