:seedling: Bump kind to v0.32.0 and rework kindest/node image selection (#2744)
Bump kind from v0.31.0 to v0.32.0. Rework validate_kindest_node.sh to embed all released kindest/node images for the pinned kind version (as a case statement), rather than checking strict equality against kind's default image. This allows kind to be bumped independently of k8s dependency upgrades, since kind v0.32.0 supports k8s 1.33 through 1.36. The script now outputs the correct kindest/node image for the project's K8S_VERSION, and kind-cluster passes it via --image. A new make target `kind-update-images` regenerates the image map by querying the kind GitHub release. The tilt CI workflow is updated to symlink the bingo-managed kind binary as `kind` on the PATH, so tilt's `kind load` calls use the correct version.
P
Predrag Knezevic committed
313b2c69f8668d95d50cbb79b2adc8cf3fac1fc7
Parent: ef1f979
Committed by GitHub <noreply@github.com>
on 6/8/2026, 3:44:07 PM