Merge pull request #7931 from pmorie/typo

Fix typos in different config comments
This commit is contained in:
Victor Marmol
2015-05-08 08:05:51 -07:00
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=""
```

View File

@@ -73,7 +73,7 @@ KUBE_ETCD_SERVERS="--etcd_servers=http://127.0.0.1:4001"
# 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=""
```