Merge pull request #2925 from mscherer/patch-1

Fix typo in comment
This commit is contained in:
Joe Beda
2014-12-15 14:42:12 -08:00

View File

@@ -108,7 +108,7 @@ KUBELET_PORT="--port=10250"
# You may leave this blank to use the actual hostname
KUBELET_HOSTNAME="--hostname_override=fed-minion"
# Add your won!
# Add your own!
KUBELET_ARGS=""
```