Skip to content

Commit 46e286e

Browse files
authored
Merge pull request kubernetes#83897 from krzysied/kubemark_enable_logging
Enabling fluentd on kubemark
2 parents 53bb829 + 92f56ab commit 46e286e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/kubemark/gce/util.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ function create-kubemark-master {
5555
# Disable all addons. They are running outside of the kubemark cluster.
5656
export KUBE_ENABLE_CLUSTER_AUTOSCALER=false
5757
export KUBE_ENABLE_CLUSTER_DNS=false
58-
export KUBE_ENABLE_NODE_LOGGING=false
58+
export KUBE_ENABLE_NODE_LOGGING=true
5959
export KUBE_ENABLE_METRICS_SERVER=false
6060
export KUBE_ENABLE_CLUSTER_MONITORING="none"
6161
export KUBE_ENABLE_L7_LOADBALANCING="none"

0 commit comments

Comments
 (0)