File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- 7c9840ee34e4b1fdffbb593354eca8ba8d6d6f7f
1
+ 9b8f6788017ae4be609087a254139cdd69806f73
Original file line number Diff line number Diff line change 32
32
# ###################################################################
33
33
34
34
# DEFAULT_KIND_IMAGE is used to set the Kubernetes version for KinD unless overridden in params to setup_kind_cluster(s)
35
- DEFAULT_KIND_IMAGE=" gcr.io/istio-testing/kind-node:v1.28.4 "
35
+ DEFAULT_KIND_IMAGE=" gcr.io/istio-testing/kind-node:v1.30.0 "
36
36
37
37
# the default kind cluster should be ipv4 if not otherwise specified
38
38
IP_FAMILY=" ${IP_FAMILY:- ipv4} "
@@ -195,7 +195,7 @@ function setup_kind_cluster() {
195
195
kubectl taint nodes " ${NAME} " -control-plane node-role.kubernetes.io/control-plane- 2> /dev/null || true
196
196
197
197
# Determine what CNI to install
198
- case " ${KUBERNETES_CNI:- } " in
198
+ case " ${KUBERNETES_CNI:- } " in
199
199
200
200
" calico" )
201
201
echo " Installing Calico CNI"
You can’t perform that action at this time.
0 commit comments