From 92f56ab692cbbfbd8289f77ac6896d2227b157ea Mon Sep 17 00:00:00 2001 From: Krzysztof Siedlecki Date: Mon, 14 Oct 2019 14:48:48 +0200 Subject: [PATCH] enabling fluentd on kubemark --- test/kubemark/gce/util.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/kubemark/gce/util.sh b/test/kubemark/gce/util.sh index af92950fe81..0ef166d6e17 100644 --- a/test/kubemark/gce/util.sh +++ b/test/kubemark/gce/util.sh @@ -55,7 +55,7 @@ function create-kubemark-master { # Disable all addons. They are running outside of the kubemark cluster. export KUBE_ENABLE_CLUSTER_AUTOSCALER=false export KUBE_ENABLE_CLUSTER_DNS=false - export KUBE_ENABLE_NODE_LOGGING=false + export KUBE_ENABLE_NODE_LOGGING=true export KUBE_ENABLE_METRICS_SERVER=false export KUBE_ENABLE_CLUSTER_MONITORING="none" export KUBE_ENABLE_L7_LOADBALANCING="none"