From 1bad3c38145d378590f584f54c2b5c1f327014ef Mon Sep 17 00:00:00 2001 From: Zihong Zheng Date: Fri, 8 Sep 2017 18:07:15 -0700 Subject: [PATCH] Add warning for kube-proxy DaemonSet option --- cluster/gce/config-default.sh | 2 +- cluster/gce/config-test.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cluster/gce/config-default.sh b/cluster/gce/config-default.sh index 2dce7e9c8f..93c452b0fe 100755 --- a/cluster/gce/config-default.sh +++ b/cluster/gce/config-default.sh @@ -311,7 +311,7 @@ PROMETHEUS_TO_SD_PREFIX="${PROMETHEUS_TO_SD_PREFIX:-custom.googleapis.com}" ENABLE_PROMETHEUS_TO_SD="${ENABLE_PROMETHEUS_TO_SD:-false}" # TODO(#51292): Make kube-proxy Daemonset default and remove the configuration here. -# Optional: Run kube-proxy as a DaemonSet if set to true, run as static pods otherwise. +# Optional: [Experiment Only] Run kube-proxy as a DaemonSet if set to true, run as static pods otherwise. KUBE_PROXY_DAEMONSET="${KUBE_PROXY_DAEMONSET:-false}" # true, false # Optional: duration of cluster signed certificates. diff --git a/cluster/gce/config-test.sh b/cluster/gce/config-test.sh index 466d389828..1569917268 100755 --- a/cluster/gce/config-test.sh +++ b/cluster/gce/config-test.sh @@ -369,7 +369,7 @@ PROMETHEUS_TO_SD_PREFIX="${PROMETHEUS_TO_SD_PREFIX:-custom.googleapis.com}" ENABLE_PROMETHEUS_TO_SD="${ENABLE_PROMETHEUS_TO_SD:-true}" # TODO(#51292): Make kube-proxy Daemonset default and remove the configuration here. -# Optional: Run kube-proxy as a DaemonSet if set to true, run as static pods otherwise. +# Optional: [Experiment Only] Run kube-proxy as a DaemonSet if set to true, run as static pods otherwise. KUBE_PROXY_DAEMONSET="${KUBE_PROXY_DAEMONSET:-false}" # true, false # Optional: duration of cluster signed certificates.