Update systemd unit and docs for s/minion_port/kubelet_port

This appears to have changed in
3160500940
This commit is contained in:
Colin Walters
2014-10-29 11:04:50 -04:00
parent 3b76b25e7d
commit 13e1a5d28d
3 changed files with 3 additions and 3 deletions

View File

@@ -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"