Skip to content

Commit

Permalink
Merge pull request #84858 from oxddr/revert-kubemark
Browse files Browse the repository at this point in the history
Revert "enabling fluentd on kubemark"
  • Loading branch information
k8s-ci-robot committed Nov 6, 2019
2 parents 4647277 + 47c66f9 commit 9d708b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/kubemark/gce/util.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 9d708b0

Please sign in to comment.