Skip to content

Commit 23092c6

Browse files
authored
Update Kind Kubernetes version to 1.27.1 (#588)
1 parent 6ac3960 commit 23092c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ deps: ## Add missing and remove unused modules, verify deps and download them to
4646

4747
.PHONY: create-kind-cluster
4848
create-kind-cluster: ## Create a kind cluster
49-
kind create cluster --image kindest/node:v1.26.0
49+
kind create cluster --image kindest/node:v1.27.1
5050
kind export kubeconfig --kubeconfig $(KIND_KUBE_CONFIG_FOLDER)/config
5151

5252
.PHONY: delete-kind-cluster

0 commit comments

Comments
 (0)