File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
files/kubernetes1.3/config Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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.
2525KUBE_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.
You can’t perform that action at this time.
0 commit comments