mirror of https://github.com/k3s-io/k3s
Merge pull request #14479 from linzichang/update-flags
Update apiserver flags in libvirt-coreospull/6/head
commit
892a56bcf4
|
@ -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}
|
||||
|
|
Loading…
Reference in New Issue