mirror of https://github.com/k3s-io/k3s
Fix typos in different config comments
parent
d90689bb71
commit
b5dd5be123
|
@ -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=""
|
||||
|
|
|
@ -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=""
|
||||
|
|
|
@ -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=""
|
||||
```
|
||||
|
||||
|
|
|
@ -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=""
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue