k8s recovery tests: Bump kindest/node to v1.33.1#32710
Merged
Merged
Conversation
bobbyiliev
approved these changes
Jun 11, 2025
| nodes: | ||
| - role: control-plane | ||
| image: kindest/node:v1.29.7 | ||
| image: kindest/node:v1.33.1 |
Contributor
There was a problem hiding this comment.
When setting the image, please set the image for all nodes in the cluster. It happens to work this time because 1.33 is the latest. The error message is also misleading, as it would work with 1.31.6 if all nodes had that image. You just can't mix nodes running images more than one minor version apart. It chooses a kubeadm based on the latest node image.
5 tasks
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Follow-up to #32694 Failures seen in https://buildkite.com/materialize/nightly/builds/12268#01975c36-7adf-4ace-9e81-67d43af9c4f8
Test run: https://buildkite.com/materialize/nightly/builds/12271
Checklist
$T ⇔ Proto$Tmapping (possibly in a backwards-incompatible way), then it is tagged with aT-protolabel.