We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 289c896 commit c8b0ac1Copy full SHA for c8b0ac1
1 file changed
tools/hack/create-cluster.sh
@@ -5,8 +5,8 @@ set -euo pipefail
5
# Setup default values
6
KIND=${KIND:-go tool -modfile=tools/go.mod kind}
7
CLUSTER_NAME=${CLUSTER_NAME:-"envoy-gateway"}
8
-METALLB_VERSION=${METALLB_VERSION:-"v0.15.3"}
9
-KIND_NODE_TAG=${KIND_NODE_TAG:-"v1.35.0"}
+METALLB_VERSION=${METALLB_VERSION:-"v0.16.1"}
+KIND_NODE_TAG=${KIND_NODE_TAG:-"v1.36.1"}
10
NUM_WORKERS=${NUM_WORKERS:-""}
11
IP_FAMILY=${IP_FAMILY:-"ipv4"}
12
CUSTOM_CNI=${CUSTOM_CNI:-"false"}
0 commit comments