mirror of https://github.com/k3s-io/k3s
Merge pull request #2053 from cgwalters/update-systemd-and-docs-for-kublet-port
Update systemd unit and docs for s/minion_port/kubelet_portpull/6/head
commit
f6c1a41c94
|
@ -17,7 +17,7 @@ KUBE_MASTER="--master=127.0.0.1:8080"
|
|||
MINION_ADDRESSES="--machines=127.0.0.1"
|
||||
|
||||
# Port minions listen on
|
||||
MINION_PORT="--minion_port=10250"
|
||||
MINION_PORT="--kubelet_port=10250"
|
||||
|
||||
# Address range to use for services
|
||||
KUBE_SERVICE_ADDRESSES="--portal_net=10.254.0.0/16"
|
||||
|
|
|
@ -106,7 +106,7 @@ KUBE_MASTER="--master=fed-master:8080"
|
|||
MINION_ADDRESSES="--machines=fed-minion"
|
||||
|
||||
# Port minions listen on
|
||||
MINION_PORT="--minion_port=10250"
|
||||
MINION_PORT="--kubelet_port=10250"
|
||||
|
||||
# Address range to use for services
|
||||
KUBE_SERVICE_ADDRESSES="--portal_net=10.254.0.0/16"
|
||||
|
|
|
@ -59,7 +59,7 @@ The the kube-apiserver several options.
|
|||
**-minion_cache_ttl**=30s
|
||||
Duration of time to cache minion information. Default 30 seconds.
|
||||
|
||||
**-minion_port**=10250
|
||||
**-kubelet_port**=10250
|
||||
The port at which kubelet will be listening on the minions. Default is 10250.
|
||||
|
||||
**-minion_regexp**=""
|
||||
|
|
Loading…
Reference in New Issue