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.
2 parents 53bb829 + 92f56ab commit 46e286eCopy full SHA for 46e286e
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=false
+ export KUBE_ENABLE_NODE_LOGGING=true
59
export KUBE_ENABLE_METRICS_SERVER=false
60
export KUBE_ENABLE_CLUSTER_MONITORING="none"
61
export KUBE_ENABLE_L7_LOADBALANCING="none"
0 commit comments