mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-07 20:21:20 +00:00
Fix typos in different config comments
This commit is contained in:
@@ -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,ResourceQuota"
|
||||
|
||||
# Add you own!
|
||||
# Add your own!
|
||||
KUBE_API_ARGS=""
|
||||
|
@@ -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=""
|
||||
|
Reference in New Issue
Block a user