-
Notifications
You must be signed in to change notification settings - Fork 14
Update kind
and kindest/node
image to latest available versions (1.33.2
)
#367
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
MCK 1.3.0 Release NotesNew FeaturesMulti-Architecture SupportWe've added comprehensive multi-architecture support for the kubernetes operator. This enhancement enables deployment on IBM Power (ppc64le) and IBM Z (s390x) architectures alongside Bug Fixes
Other Changes
|
f0b16ac
to
8dba2d1
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
kind
and kindest/node
image to latest available versionskind
and kindest/node
image to latest available versions (1.33.2
)
The test `e2e_static_multi_cluster_kind/e2e_multi_cluster_replica_set_migration` has been failing while waiting for the mdbmc resource to be running. I am able to reproduce this problem locally and all of the time the mdbmc resource gets to running state soon after the test fails. That's why I am bumping the timeout unreasonably high so that we can test if mdbmc gets to running state eventually even on evg.
f1f81db
to
abe3b88
Compare
Summary
As part of the release process, we update the kind and
kindest/node
to latest available versions. This PR does that.On EVG environments the script
setup_kind_cluster.sh
tries to pull the image from the ecr mirror instead of pulling it from docker hub to avoid rate limiting issues. That's why to make sure that CI passes on this PR, we will have to copy the image manually to the ecr from docker hub.Below command can be used to do that
The index digest on ecr will be same and that's the same digest that can be used in the script.
After this change somehow the test
e2e_static_multi_cluster_kind/e2e_multi_cluster_replica_set_migration
started failing mainly because of timeout waiting for sts to be ready. And we figured that increasing the timeout is the best path forward. That's why we are also increasing timeout for that test as part of this PR.Proof of Work
Successful CI run on this PR would prove that the change is good.
Checklist
skip-changelog
label if not needed