From 47c66f9f0887242a691988a19d823efc89ecf7fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Janek=20=C5=81ukaszewicz?= Date: Wed, 6 Nov 2019 11:59:41 +0100 Subject: [PATCH] Revert "enabling fluentd on kubemark" This reverts commit 92f56ab692cbbfbd8289f77ac6896d2227b157ea. This has broken kubemark test. Let's revert this change, debug offline and fix. --- 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 0ef166d6e17..af92950fe81 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=true + export KUBE_ENABLE_NODE_LOGGING=false export KUBE_ENABLE_METRICS_SERVER=false export KUBE_ENABLE_CLUSTER_MONITORING="none" export KUBE_ENABLE_L7_LOADBALANCING="none"