From d306c15b34336e90c0fb2ecad776ce4269e793df Mon Sep 17 00:00:00 2001 From: galal-hussein Date: Fri, 4 May 2018 15:34:20 +0200 Subject: [PATCH] Add more descriptive configuration options in cluster.yml --- cluster.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/cluster.yml b/cluster.yml index b1f68f15..81778863 100644 --- a/cluster.yml +++ b/cluster.yml @@ -48,6 +48,11 @@ services: # add additional arguments to the kubernetes component # Note that this WILL OVERRIDE existing defaults 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 kube-controller: cluster_cidr: 10.42.0.0/16