Skip to content

Commit 47c66f9

Browse files
committed
Revert "enabling fluentd on kubemark"
This reverts commit 92f56ab. This has broken kubemark test. Let's revert this change, debug offline and fix.
1 parent 76d04cf commit 47c66f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/kubemark/gce/util.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ function create-kubemark-master {
5555
# Disable all addons. They are running outside of the kubemark cluster.
5656
export KUBE_ENABLE_CLUSTER_AUTOSCALER=false
5757
export KUBE_ENABLE_CLUSTER_DNS=false
58-
export KUBE_ENABLE_NODE_LOGGING=true
58+
export KUBE_ENABLE_NODE_LOGGING=false
5959
export KUBE_ENABLE_METRICS_SERVER=false
6060
export KUBE_ENABLE_CLUSTER_MONITORING="none"
6161
export KUBE_ENABLE_L7_LOADBALANCING="none"

0 commit comments

Comments
 (0)