Skip to content

Commit

Permalink
Update Kind Kubernetes version to 1.27.1 (#588)
Browse files Browse the repository at this point in the history
  • Loading branch information
pleshakov committed Apr 21, 2023
1 parent 6ac3960 commit 2b290e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ deps: ## Add missing and remove unused modules, verify deps and download them to

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

.PHONY: delete-kind-cluster
Expand Down

0 comments on commit 2b290e6

Please sign in to comment.