From b867a33f34964425a0b741fd3b85efa3c872cc46 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 80b373924ac..45b2ab7551d 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/79180bb0a90a44f73f8c985c4f2f3b5afbc09dc5.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 \