mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-09 21:21:14 +00:00
Fix typos in different config comments
This commit is contained in:
@@ -3,5 +3,5 @@
|
||||
|
||||
# defaults from config and apiserver should be adequate
|
||||
|
||||
# Add you own!
|
||||
# Add your own!
|
||||
KUBE_CONTROLLER_MANAGER_ARGS=""
|
||||
|
@@ -22,5 +22,5 @@ KUBE_ETCD_SERVERS="--etcd_servers=http://{{ groups['etcd'][0] }}:2379"
|
||||
# default admission control policies
|
||||
KUBE_ADMISSION_CONTROL="--admission_control=NamespaceAutoProvision,LimitRanger,ResourceQuota"
|
||||
|
||||
# Add you own!
|
||||
# Add your own!
|
||||
KUBE_API_ARGS=""
|
||||
|
Reference in New Issue
Block a user