enabling fluentd on kubemark

This commit is contained in:
Krzysztof Siedlecki 2019-10-14 14:48:48 +02:00
parent 8577711b61
commit 92f56ab692

View File

@ -55,7 +55,7 @@ function create-kubemark-master {
# Disable all addons. They are running outside of the kubemark cluster. # Disable all addons. They are running outside of the kubemark cluster.
export KUBE_ENABLE_CLUSTER_AUTOSCALER=false export KUBE_ENABLE_CLUSTER_AUTOSCALER=false
export KUBE_ENABLE_CLUSTER_DNS=false export KUBE_ENABLE_CLUSTER_DNS=false
export KUBE_ENABLE_NODE_LOGGING=false export KUBE_ENABLE_NODE_LOGGING=true
export KUBE_ENABLE_METRICS_SERVER=false export KUBE_ENABLE_METRICS_SERVER=false
export KUBE_ENABLE_CLUSTER_MONITORING="none" export KUBE_ENABLE_CLUSTER_MONITORING="none"
export KUBE_ENABLE_L7_LOADBALANCING="none" export KUBE_ENABLE_L7_LOADBALANCING="none"