From de13e58b0f6942af3a2b1f24987f2333ccc124ac Mon Sep 17 00:00:00 2001 From: Yossi Boaron Date: Tue, 14 Jan 2025 15:20:45 +0200 Subject: [PATCH] Workaround until ipv6 bugfix merge Workaround until commit [1] is delivered in ovn-kubernetes branch [1] https://github.com/ovn-kubernetes/ovn-kubernetes/pull/4955 Signed-off-by: Yossi Boaron --- scripts/shared/lib/clusters_kind | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/shared/lib/clusters_kind b/scripts/shared/lib/clusters_kind index 0babde3c..b9a0f10c 100755 --- a/scripts/shared/lib/clusters_kind +++ b/scripts/shared/lib/clusters_kind @@ -264,6 +264,9 @@ function prepare_ovn() { # When updating commit, Update the OVN_SRC_IMAGE to the corressponding commit git checkout 24b0ae73a996e409bfefad7b90cb42224e34be54 + git fetch origin pull/4955/head:kind_ipv6_fix + git config --global fufu.email "fufu@here.com" + git cherry-pick kind_ipv6_fix local OVN_SRC_IMAGE="ghcr.io/ovn-org/ovn-kubernetes/ovn-kube-u:master@sha256:ba102783d520f0474e5c7dd5f2a0a1dce0ec2bda6cd42ac547621892e57c25e2" docker pull "${OVN_SRC_IMAGE}"