Skip to content

Commit c8b0ac1

Browse files
authored
Bump metallb and kind (#9562)
Signed-off-by: jukie <10012479+jukie@users.noreply.github.com>
1 parent 289c896 commit c8b0ac1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tools/hack/create-cluster.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ set -euo pipefail
55
# Setup default values
66
KIND=${KIND:-go tool -modfile=tools/go.mod kind}
77
CLUSTER_NAME=${CLUSTER_NAME:-"envoy-gateway"}
8-
METALLB_VERSION=${METALLB_VERSION:-"v0.15.3"}
9-
KIND_NODE_TAG=${KIND_NODE_TAG:-"v1.35.0"}
8+
METALLB_VERSION=${METALLB_VERSION:-"v0.16.1"}
9+
KIND_NODE_TAG=${KIND_NODE_TAG:-"v1.36.1"}
1010
NUM_WORKERS=${NUM_WORKERS:-""}
1111
IP_FAMILY=${IP_FAMILY:-"ipv4"}
1212
CUSTOM_CNI=${CUSTOM_CNI:-"false"}

0 commit comments

Comments
 (0)