Skip to content

Commit b5b24eb

Browse files
Update kindest/node Docker tag to v1.33.7 (#740)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 19bb758 commit b5b24eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ kind-up kind-down: export KUBECONFIG = $(KIND_KUBECONFIG)
160160

161161
.PHONY: kind-up
162162
kind-up: $(KIND) $(KUBECTL) ## Launch a kind cluster for local development and testing.
163-
$(KIND) create cluster --name sharding --config hack/config/kind-config.yaml --image kindest/node:v1.33.4@sha256:25a6018e48dfcaee478f4a59af81157a437f15e6e140bf103f85a2e7cd0cbbf2
163+
$(KIND) create cluster --name sharding --config hack/config/kind-config.yaml --image kindest/node:v1.33.7@sha256:d26ef333bdb2cbe9862a0f7c3803ecc7b4303d8cea8e814b481b09949d353040
164164
# workaround https://kind.sigs.k8s.io/docs/user/known-issues/#pod-errors-due-to-too-many-open-files
165165
$(KUBECTL) get nodes -o name | cut -d/ -f2 | xargs -I {} docker exec {} sh -c "sysctl fs.inotify.max_user_instances=8192"
166166
# run `export KUBECONFIG=$$PWD/hack/kind_kubeconfig.yaml` to target the created kind cluster.

0 commit comments

Comments
 (0)