-
Notifications
You must be signed in to change notification settings - Fork 505
[WIP] Add bookworm linux/ppc64le variant to kube-cross #3941
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?
[WIP] Add bookworm linux/ppc64le variant to kube-cross #3941
Conversation
/release-note-none |
61653df
to
18b9f3d
Compare
@upodroid Can you please take a look at change? |
Hmm, it's suggesting me as a build maintainer (#3941 (comment)) but I'm not comfortable merging this without a broader discussion, cc @kubernetes/release-engineering
This isn't strictly part of setting up accounts under SIG K8s Infra and needs the input of SIG Release. Has this been discussed, other than in SIG K8s Infra? As a SIG K8s Infra TL: this is not a decision SIG K8s Infra can make. And prior discussion in SIG Release didn't align with this, AFAIK. cc @kubernetes/sig-release |
Discussion aside, the build seems to be failing currently https://prow.k8s.io/view/gs/kubernetes-ci-logs/pr-logs/pull/release/3941/pull-release-image-kube-cross/1895181260863574016 |
Yes, I am looking at it. I see below error:
|
18b9f3d
to
71bb247
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.
some comments
cc @saschagrunert @kubernetes/release-managers
@@ -17,6 +18,17 @@ variants: | |||
GO_MAJOR_VERSION: '1.23' | |||
OS_CODENAME: 'bullseye' | |||
REVISION: '0' | |||
PLATFORMS: 'linux/amd64 linux/arm64' | |||
v1.33-go1.23-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.
I think we are not using bookworm right now for cross because it have a newer libc that conflict with the kubelet or something, dont remember exactly
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.
Yes, @cpanato, you're right! We made this decision because the kubelet binary is not statically linked.
This new variant is being introduced to enable building and testing Kubernetes on the ppc64le architecture with the new infrastructure.
71bb247
to
a121898
Compare
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: Rajalakshmi-Girish 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 |
0d7bce7
to
a4f282a
Compare
/test pull-release-image-kube-cross |
a4f282a
to
03520ea
Compare
/test pull-release-image-kube-cross |
03520ea
to
955733a
Compare
955733a
to
28acef5
Compare
/test pull-release-image-kube-cross |
This change is to add a Variant to
kube-cross
image that builds forlinux/ppc64le
using Debian bookworm.This is as part of the "ppc64le" (IBM Power) infrastructure onboarding to k8s community.
Ref: https://kubernetes.slack.com/archives/CCK68P2Q2/p1739359083466129