Skip to content

Commit

Permalink
Workaround until ipv6 bugfix merge
Browse files Browse the repository at this point in the history
Workaround until commit [1] is delivered in ovn-kubernetes branch

[1]
ovn-kubernetes/ovn-kubernetes#4955

Signed-off-by: Yossi Boaron <[email protected]>
  • Loading branch information
yboaron committed Jan 15, 2025
1 parent 8702d60 commit 017a6a1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/shared/lib/clusters_kind
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,10 @@ 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 user.email "[email protected]"
git config user.name "fufu"
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}"
Expand Down

0 comments on commit 017a6a1

Please sign in to comment.