Skip to content

Commit

Permalink
release-1.0, kind: Pin metallb to v0.14.8
Browse files Browse the repository at this point in the history
There are some expectation at the dev-env interface at metallb that can
change and break ovn-k CI, let's pin it so we can propertly consume
those changes at a PR later on.

(cherry picked from commit b3ba566)

Signed-off-by: Enrique Llorente <[email protected]>
  • Loading branch information
qinqon committed Sep 11, 2024
1 parent 05637b5 commit 54746ab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion contrib/kind-common
Original file line number Diff line number Diff line change
Expand Up @@ -122,12 +122,13 @@ install_ingress() {

METALLB_DIR="/tmp/metallb"
install_metallb() {
local metallb_version=v0.14.8
mkdir -p /tmp/metallb
local builddir
builddir=$(mktemp -d "${METALLB_DIR}/XXXXXX")

pushd "${builddir}"
git clone https://github.com/metallb/metallb.git
git clone https://github.com/metallb/metallb.git -b $metallb_version
cd metallb
# Use global IP next hops in IPv6
if [ "$KIND_IPV6_SUPPORT" == true ]; then
Expand Down

0 comments on commit 54746ab

Please sign in to comment.