mirror of https://github.com/k3s-io/k3s
Merge pull request #1901 from rabi/doc-ip-per-service-core
Update apiserver.service docs for ip-per-service changespull/6/head
commit
6c434e6646
|
@ -9,6 +9,7 @@ ExecStart=/opt/bin/apiserver \
|
||||||
--port=8080 \
|
--port=8080 \
|
||||||
--etcd_servers=http://127.0.0.1:4001 \
|
--etcd_servers=http://127.0.0.1:4001 \
|
||||||
--machines=127.0.0.1 \
|
--machines=127.0.0.1 \
|
||||||
|
--portal_net=10.0.0.0/24 \
|
||||||
--logtostderr=true
|
--logtostderr=true
|
||||||
Restart=on-failure
|
Restart=on-failure
|
||||||
RestartSec=1
|
RestartSec=1
|
||||||
|
|
Loading…
Reference in New Issue