-
Notifications
You must be signed in to change notification settings - Fork 505
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
releng/k8s-ci-builder base image: update to bookworm #3430
Conversation
/kind failing-test |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: pacoxu The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
The ci is using |
@@ -458,6 +454,8 @@ dependencies: | |||
match: "OS_CODENAME: 'bookworm'" | |||
- path: images/releng/k8s-ci-builder/variants.yaml | |||
match: "OS_CODENAME: 'bookworm'" |
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.
We have this, so just remove line 439-440.
'1.28': | ||
CONFIG: '1.28' | ||
GO_VERSION: '1.20.13' | ||
OS_CODENAME: 'bullseye' | ||
OS_CODENAME: 'bookworm' |
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.
Change this as https://testgrid.k8s.io/sig-release-1.28-blocking#build-1.28 started to fail as well.
I add the last commit to comment it. In debian booworm, it sounds like enough.
1048576 > 524288 |
/hold for discussion |
Thank you for opening this PR! Generally this looks good, however, this change is not as simple as it might seem and I'd like that we discuss it more in-depth. If we update k8s-ci-builder, we should/must also update k8s-cloud-builder. Otherwise, we'll be releasing binaries using bullseye, but test binaries using bookworm. While it might be fine, it poses some risk that we should take into the consideration. However, if we update k8s-cloud-builder, we'll be running into #3246. This might be acceptable for v1.30, but IMO it's not acceptable for earlier releases as it'll change what operating system versions we support. As mentioned in the issue (kubernetes/kubernetes#122939 (comment)), let's see how feasible it is to pin Docker to a lower version. That way we don't affect users while we'll hopefully unblock CI. |
If so, I'd like to fix the issue with lower docker version now. Besides, we should think about change the minimal kernel version plan. I have an open issue in kubernetes/kubernetes#116799. |
PR needs rebase. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
@pacoxu Can we close this PR for now? |
The Kubernetes project currently lacks enough contributors to adequately respond to all PRs. This bot triages PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
The Kubernetes project currently lacks enough active contributors to adequately respond to all PRs. This bot triages PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten |
/close |
@xmudrii: Closed this PR. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
@pacoxu Please feel free to reopen and rebase the PR if you think it's still needed! |
kubernetes/kubernetes#122939 (comment)
Fixes kubernetes/kubernetes#122939
/priority critical-urgent
/sig release
/area release-eng
/assign @saschagrunert @xmudrii
to fix https://testgrid.k8s.io/sig-release-master-blocking#build-master-fast