mirror of
https://github.com/rancher/rke.git
synced 2025-09-14 14:09:49 +00:00
Add more descriptive configuration options in cluster.yml
This commit is contained in:
@@ -48,6 +48,11 @@ services:
|
|||||||
# add additional arguments to the kubernetes component
|
# add additional arguments to the kubernetes component
|
||||||
# Note that this WILL OVERRIDE existing defaults
|
# Note that this WILL OVERRIDE existing defaults
|
||||||
extra_args:
|
extra_args:
|
||||||
|
# Enable audit log to stdout
|
||||||
|
audit-log-path: "-"
|
||||||
|
# Increase number of delete workers
|
||||||
|
delete-collection-workers: 3
|
||||||
|
# Set the level of log output to debug-level
|
||||||
v: 4
|
v: 4
|
||||||
kube-controller:
|
kube-controller:
|
||||||
cluster_cidr: 10.42.0.0/16
|
cluster_cidr: 10.42.0.0/16
|
||||||
|
Reference in New Issue
Block a user