Revert "enabling fluentd on kubemark"

This reverts commit 92f56ab692.

This has broken kubemark test. Let's revert this change, debug offline and fix.
This commit is contained in:
Janek Łukaszewicz 2019-11-06 11:59:41 +01:00
parent 76d04cf602
commit 47c66f9f08

View File

@ -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"