Skip to content

use containerd 2.0 in presubmit scalability jobs #35073

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

Merged
merged 1 commit into from
Jul 7, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ presubmits:
- --cluster=
- --env=HEAPSTER_MACHINE_TYPE=e2-standard-8
- --env=KUBEMARK_APISERVER_TEST_ARGS=--max-requests-inflight=80 --max-mutating-requests-inflight=0 --profiling --contention-profiling
- --env=KUBE_COS_INSTALL_CONTAINERD_VERSION=v2.0.5
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How are we going to maintain and update it? What's the plan for bumping those versions?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We manually bump containerd version in other sig-node jobs as well.

- --env=KUBE_COS_INSTALL_RUNC_VERSION=v1.2.1
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this is OK since this job is not blocking anyhow, but we should be prepared to rollback.

- --flush-mem-after-build=true
- --gcp-node-image=gci
- --gcp-nodes=100
Expand Down