Skip to content

Automated cherry pick of #17689: Migrate Kindnet to Kubernetes prod registry#17903

Merged
k8s-ci-robot merged 2 commits intokubernetes:release-1.34from
rifelpet:automated-cherry-pick-of-#17689-origin-release-1.34
Feb 1, 2026
Merged

Automated cherry pick of #17689: Migrate Kindnet to Kubernetes prod registry#17903
k8s-ci-robot merged 2 commits intokubernetes:release-1.34from
rifelpet:automated-cherry-pick-of-#17689-origin-release-1.34

Conversation

@rifelpet
Copy link
Copy Markdown
Member

Cherry pick of #17689 on release-1.34.

#17689: Migrate Kindnet to Kubernetes prod registry

For details on the cherry pick process, see the cherry pick requests page.


Signed-off-by: Arnaud Meukam <ameukam@gmail.com>
Signed-off-by: Arnaud Meukam <ameukam@gmail.com>
@k8s-ci-robot k8s-ci-robot added this to the v1.34 milestone Jan 31, 2026
@k8s-ci-robot k8s-ci-robot added cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. size/S Denotes a PR that changes 10-29 lines, ignoring generated files. labels Jan 31, 2026
@rifelpet
Copy link
Copy Markdown
Member Author

rifelpet commented Jan 31, 2026

Kindnet jobs were failing on Debian 11 because of their GLIBC requirements. This upgrade fixed them, but kops 1.34 is still failing:

https://storage.googleapis.com/kubernetes-ci-logs/logs/e2e-kops-grid-kindnet-deb11-k32-ko34/2017035910721310720/artifacts/i-04bf01901ae4179d6/journal.log

Jan 30 00:54:12.046667 i-04bf01901ae4179d6 kubelet[1513]: E0130 00:54:12.046628 1513 log.go:32] "RunPodSandbox from runtime service failed" err="rpc error: code = Unknown desc = failed to setup network for sandbox \"db2a9d81d6c796c2a9c0e2c38972df4859c6730c4fc5e3301891a48dbedc1194\": plugin type=\"cni-kindnet\" failed (add): netplugin failed: \"/opt/cni/bin/cni-kindnet: /lib/x86_64-linux-gnu/libc.so.6: version 'GLIBC_2.33' not found (required by /opt/cni/bin/cni-kindnet)\\n/opt/cni/bin/cni-kindnet: /lib/x86_64-linux-gnu/libc.so.6: version 'GLIBC_2.32' not found (required by /opt/cni/bin/cni-kindnet)\\n/opt/cni/bin/cni-kindnet: /lib/x86_64-linux-gnu/libc.so.6: version 'GLIBC_2.34' not found (required by /opt/cni/bin/cni-kindnet)\\n\""

Logs from the kindnet version on kops master:

I0120 16:32:03.228136       1 main.go:472] Build: go1.25.3
I0120 16:32:03.228215       1 main.go:476] Build: -buildmode=exe
I0120 16:32:03.228226       1 main.go:476] Build: -compiler=gc
I0120 16:32:03.228231       1 main.go:476] Build: DefaultGODEBUG=containermaxprocs=0,decoratemappings=0,tlssha1=1,updatemaxprocs=0,x509sha256skid=0
I0120 16:32:03.228237       1 main.go:476] Build: CGO_ENABLED=0
I0120 16:32:03.228241       1 main.go:476] Build: GOARCH=amd64
I0120 16:32:03.228244       1 main.go:476] Build: GOOS=linux
I0120 16:32:03.228248       1 main.go:476] Build: GOAMD64=v1
I0120 16:32:03.228253       1 main.go:476] Build: vcs=git
I0120 16:32:03.228257       1 main.go:476] Build: vcs.revision=cfb1bcc69ddb80f330f9176138196d40a7fc63c0
I0120 16:32:03.228261       1 main.go:476] Build: vcs.time=2025-10-16T21:10:48Z
I0120 16:32:03.228280       1 main.go:476] Build: vcs.modified=false

Logs from the kindnet version on kops 1.34:

I0130 00:54:10.140488       1 main.go:420] Build: go1.23.4
I0130 00:54:10.140497       1 main.go:424] Build: -buildmode=exe
I0130 00:54:10.140502       1 main.go:424] Build: -compiler=gc
I0130 00:54:10.140507       1 main.go:424] Build: CGO_ENABLED=0
I0130 00:54:10.140511       1 main.go:424] Build: GOARCH=amd64
I0130 00:54:10.140569       1 main.go:424] Build: GOOS=linux
I0130 00:54:10.140577       1 main.go:424] Build: GOAMD64=v1
I0130 00:54:10.140582       1 main.go:424] Build: vcs=git
I0130 00:54:10.140586       1 main.go:424] Build: vcs.revision=73ff95aabb45b53c2059a6ba8c18255689fd757f
I0130 00:54:10.140591       1 main.go:424] Build: vcs.time=2025-01-15T09:57:51Z
I0130 00:54:10.140595       1 main.go:424] Build: vcs.modified=false

@aojea
Copy link
Copy Markdown
Member

aojea commented Feb 1, 2026

oh, wow, I need to do something about it, thanks for catching it, I'm going to open a bug in kindnet to not forget

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Feb 1, 2026
@k8s-ci-robot
Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: hakman

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Feb 1, 2026
@k8s-ci-robot k8s-ci-robot merged commit ee766c4 into kubernetes:release-1.34 Feb 1, 2026
17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. area/addons cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. lgtm "Looks good to me", indicates that a PR is ready to be merged. size/S Denotes a PR that changes 10-29 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants