Sorry for the late note, but one concern to note - debian bookworm is upgraded to glibc 2.34 while bullseye is on glibc 2.31.I'm not super familiar with the build process for binaries, but if it's using the kube-cross image in particular, it may result in an issue because the kubelet dynamically links against glibc and is not statically built (xref). As a result, those binaries would only run on systems which have the newer glibc, so this would be a problem because kubelet built on debian bookworm would result in kubelet not being able to run on older distros that have older glibc.Thanks,David
You received this message because you are subscribed to the Google Groups "kubernetes-sig-release" group.
To unsubscribe from this group and stop receiving emails from it, send an email to kubernetes-sig-re...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/kubernetes-sig-release/CAO_RewZSa9jq-4g_bTB2Xa4f1vgknceSbe03CxbbsDd%2B56rZ-g%40mail.gmail.com.
--
You received this message because you are subscribed to the Google Groups "release-managers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to release-manage...@kubernetes.io.
To view this discussion on the web visit https://groups.google.com/a/kubernetes.io/d/msgid/release-managers/CAKjGtWsNgG-ye8nALqOEGqCL%2B7qHOBPm7mnveN9mqF2eMrrwPw%40mail.gmail.com.
I agree with Ben in a large part. We need to move forward at some point and should't block on it for a long time.The only remark I have is that we should make sure that we don't introduce such changes as a part of patch releases.Users should be able to easily upgrade from a patch release to another especially because of potential security issues and CVEs.Other than that, I think if we announce this before a new minor release and deliver it as part of that upcoming minor release, it should be fine.Given that, announcing this on kubernetes-announce might be a good idea so end users are aware of it.
To view this discussion on the web visit https://groups.google.com/a/kubernetes.io/d/msgid/release-managers/CAOZRXm9Z%2B1xGa2NuPvvYyTJDeWBvtP2orJGf%2B9FVMjnHXW1WnQ%40mail.gmail.com.
--
You received this message because you are subscribed to the Google Groups "kubernetes-sig-release" group.
To unsubscribe from this group and stop receiving emails from it, send an email to kubernetes-sig-re...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/kubernetes-sig-release/CAEtDNhoex_9MxYtH%2B9QWS99W6Sr4xD4g7UTvv-iF5AVTE4272g%40mail.gmail.com.
I'm thinking if just kube-cross is enough or should we keep other/all images (e.g. go-runner, setcap, iptables, k8s-cloud-builder, etc.).