Skip to content

Commit

Permalink
update kind
Browse files Browse the repository at this point in the history
  • Loading branch information
scottaubrey committed Jul 5, 2023
1 parent 94fc717 commit 8b65c1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/run_cluster_in_kind.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ branch=${1:-master}
echo "Building KinD cluster using '$branch' branch"

kind delete cluster --name "$name"
kind create cluster --name "$name" --image=kindest/node:v1.25.8
kind create cluster --name "$name" --image=kindest/node:v1.27.3

# install kwok into cluster
kubectl kustomize scripts/kwok/deploy_config | kubectl apply -f -
Expand Down

0 comments on commit 8b65c1a

Please sign in to comment.