Commit 892a56bc authored by Brendan Burns's avatar Brendan Burns

Merge pull request #14479 from linzichang/update-flags

Update apiserver flags in libvirt-coreos
parents c643c2b3 d4e2acf7
......@@ -14,8 +14,8 @@ coreos:
[Service]
ExecStart=/opt/kubernetes/bin/kube-apiserver \
--address=0.0.0.0 \
--port=8080 \
--insecure-bind-address=0.0.0.0 \
--insecure-port=8080 \
--etcd-servers=http://127.0.0.1:2379 \
--kubelet-port=10250 \
--service-cluster-ip-range=${SERVICE_CLUSTER_IP_RANGE}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment