Merge pull request #84858 from oxddr/revert-kubemark

Revert "enabling fluentd on kubemark"
This commit is contained in:
Kubernetes Prow Robot 2019-11-06 12:21:22 -08:00 committed by GitHub
commit 9d708b0203
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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"