Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Set progress-notify-interval to 5s for GCE provider
- Loading branch information
Showing
with
2 additions
and
2 deletions.
-
+1
−1
cluster/gce/config-default.sh
-
+1
−1
cluster/gce/config-test.sh
|
@@ -552,7 +552,7 @@ export ENABLE_CSI_PROXY="${ENABLE_CSI_PROXY:-true}" |
|
|
export KUBE_APISERVER_HEALTHCHECK_ON_HOST_IP="${KUBE_APISERVER_HEALTHCHECK_ON_HOST_IP:-false}" |
|
|
|
|
|
# ETCD_PROGRESS_NOTIFY_INTERVAL defines the interval for etcd watch progress notify events. |
|
|
export ETCD_PROGRESS_NOTIFY_INTERVAL="${ETCD_PROGRESS_NOTIFY_INTERVAL:-10m}" |
|
|
export ETCD_PROGRESS_NOTIFY_INTERVAL="${ETCD_PROGRESS_NOTIFY_INTERVAL:-5s}" |
|
|
|
|
|
# Optional: Install Pigz on Windows. |
|
|
# Pigz is a multi-core optimized version of unzip.exe. |
|
|
|
@@ -593,7 +593,7 @@ export ENABLE_CSI_PROXY="${ENABLE_CSI_PROXY:-true}" |
|
|
export KUBE_APISERVER_HEALTHCHECK_ON_HOST_IP="${KUBE_APISERVER_HEALTHCHECK_ON_HOST_IP:-false}" |
|
|
|
|
|
# ETCD_PROGRESS_NOTIFY_INTERVAL defines the interval for etcd watch progress notify events. |
|
|
export ETCD_PROGRESS_NOTIFY_INTERVAL="${ETCD_PROGRESS_NOTIFY_INTERVAL:-10m}" |
|
|
export ETCD_PROGRESS_NOTIFY_INTERVAL="${ETCD_PROGRESS_NOTIFY_INTERVAL:-5s}" |
|
|
|
|
|
# Optional: Install Pigz on Windows. |
|
|
# Pigz is a multi-core optimized version of unzip.exe. |
|
|