Skip to content

Commit 181fe9d

Browse files
authored
Update kube-apiserver
1 parent df2474e commit 181fe9d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

files/kubernetes1.3/config/kube-apiserver

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ NODE_PORT="--kubelet-port=10250"
1919

2020
# --advertise-address=<nil>: The IP address on which to advertise
2121
# the apiserver to members of the cluster.
22-
KUBE_ADVERTISE_ADDR="--advertise-address=192.168.166.255"
22+
KUBE_ADVERTISE_ADDR="--advertise-address=192.168.100.100"
2323

2424
# --allow-privileged=false: If true, allow privileged containers.
2525
KUBE_ALLOW_PRIV="--allow-privileged=false"
2626

2727
# --service-cluster-ip-range=<nil>: A CIDR notation IP range from which to assign service cluster IPs.
2828
# This must not overlap with any IP ranges assigned to nodes for pods.
29-
KUBE_SERVICE_ADDRESSES="--service-cluster-ip-range=10.254.0.0/16"
29+
KUBE_SERVICE_ADDRESSES="--service-cluster-ip-range=10.100.0.0/16"
3030

3131
# --admission-control="AlwaysAdmit": Ordered list of plug-ins
3232
# to do admission control of resources into cluster.

0 commit comments

Comments
 (0)