From bafeacd14d4287b4d1ac68d2156f7a468fc0dc89 Mon Sep 17 00:00:00 2001 From: Antonio Ojea Date: Thu, 1 Dec 2022 10:32:12 +0000 Subject: [PATCH] use kube-proxy defaults values for CI Change-Id: I8b9bcd62a0df8c1f90623a53ad3ba7fb31b2a4f3 --- cluster/gce/gci/configure-helper.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/gce/gci/configure-helper.sh b/cluster/gce/gci/configure-helper.sh index df3af6a7940..9ea8c0ad760 100644 --- a/cluster/gce/gci/configure-helper.sh +++ b/cluster/gce/gci/configure-helper.sh @@ -1758,7 +1758,7 @@ function prepare-kube-proxy-manifest-variables { exit 1 fi fi - params+=" --iptables-sync-period=1m --iptables-min-sync-period=10s --ipvs-sync-period=1m --ipvs-min-sync-period=10s" + params+=" --iptables-sync-period=1m --iptables-min-sync-period=1s --ipvs-sync-period=1m --ipvs-min-sync-period=1s" if [[ -n "${KUBEPROXY_TEST_ARGS:-}" ]]; then params+=" ${KUBEPROXY_TEST_ARGS}" fi