Skip to content

Commit

Permalink
Update systemd unit and docs for s/minion_port/kubelet_port
Browse files Browse the repository at this point in the history
This appears to have changed in
kubernetes@3160500
  • Loading branch information
cgwalters committed Oct 29, 2014
1 parent 3b76b25 commit 13e1a5d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion contrib/init/systemd/environ/apiserver
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion docs/getting-started-guides/fedora/fedora_manual_config.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion docs/man/kube-apiserver.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**=""
Expand Down

0 comments on commit 13e1a5d

Please sign in to comment.