From bdeb02989e75bc2bdf73cf4a95faed7ac1388bb5 Mon Sep 17 00:00:00 2001 From: oilbeater Date: Mon, 12 Aug 2024 09:04:02 +0000 Subject: [PATCH] increase the default probe interval for large cluster Signed-off-by: oilbeater --- dist/images/Dockerfile.base | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dist/images/Dockerfile.base b/dist/images/Dockerfile.base index 80b373924acc..67b8a5521afb 100644 --- a/dist/images/Dockerfile.base +++ b/dist/images/Dockerfile.base @@ -46,7 +46,9 @@ RUN cd /usr/src/ && git clone -b branch-22.12 --depth=1 https://github.com/ovn-o # lflow: do not send direct traffic between lports to conntrack curl -s https://github.com/kubeovn/ovn/commit/54cbe0d1ba2051e640dd3e53498f373362547691.patch | git apply && \ # northd: add nb option version_compatibility - curl -s https://github.com/kubeovn/ovn/commit/06f5a7c684a6030036e2663eecf934b37c3e666e.patch | git apply + curl -s https://github.com/kubeovn/ovn/commit/06f5a7c684a6030036e2663eecf934b37c3e666e.patch | git apply && \ + # increase the default probe interval for large cluster + curl -s https://github.com/kubeovn/ovs/commit/7e894a0bda966e746f81b2ebe262a62cd91bf269.patch | git apply RUN apt install -y build-essential fakeroot \ autoconf automake bzip2 debhelper-compat dh-exec dh-python dh-sequence-python3 dh-sequence-sphinxdoc \