We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76d04cf commit 47c66f9Copy full SHA for 47c66f9
test/kubemark/gce/util.sh
@@ -55,7 +55,7 @@ function create-kubemark-master {
55
# Disable all addons. They are running outside of the kubemark cluster.
56
export KUBE_ENABLE_CLUSTER_AUTOSCALER=false
57
export KUBE_ENABLE_CLUSTER_DNS=false
58
- export KUBE_ENABLE_NODE_LOGGING=true
+ export KUBE_ENABLE_NODE_LOGGING=false
59
export KUBE_ENABLE_METRICS_SERVER=false
60
export KUBE_ENABLE_CLUSTER_MONITORING="none"
61
export KUBE_ENABLE_L7_LOADBALANCING="none"
0 commit comments