We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ac3960 commit d160a46Copy full SHA for d160a46
Makefile
@@ -46,7 +46,7 @@ deps: ## Add missing and remove unused modules, verify deps and download them to
46
47
.PHONY: create-kind-cluster
48
create-kind-cluster: ## Create a kind cluster
49
- kind create cluster --image kindest/node:v1.26.0
+ kind create cluster --image kindest/node:v1.27.1
50
kind export kubeconfig --kubeconfig $(KIND_KUBE_CONFIG_FOLDER)/config
51
52
.PHONY: delete-kind-cluster
0 commit comments