:bug: Update kindest/node image to v1.33.1 via kind v0.29.0 by tmshort · Pull Request #2047 · operator-framework/operator-controller
openshift-ci
bot
added
the
approved
label
Jun 25, 2025Rather than assuming we should use a version of kindest/node based on our version of k8s in go.mod (with a .0 patch), we check to esnure that the version kind uses is compatible with our k8s major.minor version. We discovered this problem because it appears that kindest/node:v1.33.0 has issues with some systems (e.g. Fedora). Using kindest/node:v1.33.1 fixes this issue. So, we don't want to fix a .0 patch version. We want to ensure that the kindest/node image is compatible. Also note that kind never used kindest/node:v1.33.0 as a default image, kind v0.28.0/v0.29.0 use kindest/node:v1.33.1. Signed-off-by: Todd Short <tshort@redhat.com>
tmshort
changed the title
🐛 Update kindest/node image to v1.33.1
🐛 Update kindest/node image to v1.33.1 via kind v0.29.0
tmshort
deleted the
update-kindest-image
branch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters