Skip to content

Commit

Permalink
Merge pull request #4714 from qinqon/release-1.0-pin-metallb-v0.14.8
Browse files Browse the repository at this point in the history
[release-1.0], kind: Pin metallb to v0.14.8
  • Loading branch information
tssurya committed Sep 13, 2024
2 parents 05637b5 + 54746ab commit 8dfa71e
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 8dfa71e

Please sign in to comment.