Open
Description
kubernetes/kubernetes#118996 (#3076) will land in Kubernetes 1.29, containing a switch to debian:bookworm. This means we now require glibc 2.36 (compared to 2.31 on bullseye) for non static binaries like the kubelet.
The package of the kubelet could contain a constraint like this to highlight possible incompatibilities:
Requires: glibc >= 2.36
This needs to be done per release branch, while only affecting 1.29. We could also add a similar constraint to previous release branches (with 2.31).
cc @kubernetes/release-managers
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
🔖 Backlog