Skip to content

Commit

Permalink
Automator: update common-files@master in istio/client-go@master (#2334)
Browse files Browse the repository at this point in the history
  • Loading branch information
istio-testing authored Dec 16, 2024
1 parent e2c7934 commit cf8c1d8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion common/.commonfiles.sha
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7c9840ee34e4b1fdffbb593354eca8ba8d6d6f7f
9b8f6788017ae4be609087a254139cdd69806f73
4 changes: 2 additions & 2 deletions common/scripts/kind_provisioner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ set -x
####################################################################

# DEFAULT_KIND_IMAGE is used to set the Kubernetes version for KinD unless overridden in params to setup_kind_cluster(s)
DEFAULT_KIND_IMAGE="gcr.io/istio-testing/kind-node:v1.28.4"
DEFAULT_KIND_IMAGE="gcr.io/istio-testing/kind-node:v1.30.0"

# the default kind cluster should be ipv4 if not otherwise specified
IP_FAMILY="${IP_FAMILY:-ipv4}"
Expand Down Expand Up @@ -195,7 +195,7 @@ function setup_kind_cluster() {
kubectl taint nodes "${NAME}"-control-plane node-role.kubernetes.io/control-plane- 2>/dev/null || true

# Determine what CNI to install
case "${KUBERNETES_CNI:-}" in
case "${KUBERNETES_CNI:-}" in

"calico")
echo "Installing Calico CNI"
Expand Down

0 comments on commit cf8c1d8

Please sign in to comment.