Fix typos in different config comments

This commit is contained in:
Paul Morie
2015-05-07 18:44:24 -04:00
parent d90689bb71
commit b5dd5be123
6 changed files with 6 additions and 6 deletions

View File

@@ -99,7 +99,7 @@ KUBELET_PORT="--kubelet_port=10250"
# Address range to use for services
KUBE_SERVICE_ADDRESSES="--portal_net=10.254.0.0/16"
# Add you own!
# Add your own!
KUBE_API_ARGS=""
```