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

@@ -22,5 +22,5 @@ KUBE_SERVICE_ADDRESSES="--portal_net=10.254.0.0/16"
# default admission control policies
KUBE_ADMISSION_CONTROL="--admission_control=NamespaceAutoProvision,LimitRanger,SecurityContextDeny,ResourceQuota"
# Add you own!
# Add your own!
KUBE_API_ARGS=""

View File

@@ -6,5 +6,5 @@
# Comma separated list of minions
KUBELET_ADDRESSES="--machines=127.0.0.1"
# Add you own!
# Add your own!
KUBE_CONTROLLER_MANAGER_ARGS=""