Skip to content

Commit 9d708b0

Browse files
authored
Merge pull request kubernetes#84858 from oxddr/revert-kubemark
Revert "enabling fluentd on kubemark"
2 parents 4647277 + 47c66f9 commit 9d708b0

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)