From 07fc074a67f801f5f04c40eb1b2f86e5c8f1ca12 Mon Sep 17 00:00:00 2001 From: Antonio Ojea Date: Mon, 13 Feb 2023 11:41:34 +0000 Subject: [PATCH] Revert "use kube-proxy defaults values for CI" This reverts commit bafeacd14d4287b4d1ac68d2156f7a468fc0dc89. --- 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 9ea8c0ad760..df3af6a7940 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=1s --ipvs-sync-period=1m --ipvs-min-sync-period=1s" + params+=" --iptables-sync-period=1m --iptables-min-sync-period=10s --ipvs-sync-period=1m --ipvs-min-sync-period=10s" if [[ -n "${KUBEPROXY_TEST_ARGS:-}" ]]; then params+=" ${KUBEPROXY_TEST_ARGS}" fi