mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-09 13:12:20 +00:00
Update systemd unit and docs for s/minion_port/kubelet_port
This appears to have changed in
3160500940
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user