File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -164,7 +164,7 @@ kind-up kind-down: export KUBECONFIG = $(KIND_KUBECONFIG)
164164
165165.PHONY : kind-up
166166kind-up : $(KIND ) $(KUBECTL ) # # Launch a kind cluster for local development and testing.
167- $(KIND ) create cluster --name sharding --config hack/config/kind-config.yaml --image kindest/node:v1.33.1 @sha256:050072256b9a903bd914c0b2866828150cb229cea0efe5892e2b644d5dd3b34f
167+ $(KIND ) create cluster --name sharding --config hack/config/kind-config.yaml --image kindest/node:v1.33.2 @sha256:c55080dc5be4f2cc242e6966fdf97bb62282e1cd818a28223cf536db8b0fddf4
168168 # workaround https://kind.sigs.k8s.io/docs/user/known-issues/#pod-errors-due-to-too-many-open-files
169169 $(KUBECTL ) get nodes -o name | cut -d/ -f2 | xargs -I {} docker exec {} sh -c " sysctl fs.inotify.max_user_instances=8192"
170170 # run `export KUBECONFIG=$$PWD/hack/kind_kubeconfig.yaml` to target the created kind cluster.
You can’t perform that action at this time.
0 commit comments