Skip to content

OCPBUGS-91759: Rebase v1.34.9 in release-4.21#5

Open
JSampsonIV wants to merge 15 commits into
release-4.21from
rebase-v1.34.9
Open

OCPBUGS-91759: Rebase v1.34.9 in release-4.21#5
JSampsonIV wants to merge 15 commits into
release-4.21from
rebase-v1.34.9

Conversation

@JSampsonIV

Copy link
Copy Markdown
Owner

k8s-release-robot and others added 15 commits May 12, 2026 10:01
Thread the reconciler's existing isRemount signal into MounterArgs so
volume plugins can distinguish an initial publish from a republish
(e.g. CSIDriver.spec.requiresRepublish=true). No behavior change.
On a remount (e.g. CSIDriver.spec.requiresRepublish=true), the volume is
already published and the pod is observing the existing bind mount.
Removing the mount dir on a NodePublish error left the pod with stale
contents that subsequent successful republishes could not repair.
Accessing svc.Spec.IPFamilies[0] without a bounds check panics when a
service reaches the controller with an empty IPFamilies field. This can
happen via watch events: the apiserver's defaultOnRead decorator populates
IPFamilies on GET/LIST but not on watch (cachingObject wrapping bypasses
the type assertion).

Restore the inference logic removed in kubernetes#130101: fall back to ClusterIP
for headful services and pod IP for headless services.

Signed-off-by: Rahul <rahulbabu95@gmail.com>
Signed-off-by: bo.jiang <bo.jiang@daocloud.io>
[1.34] Restore ability to plumb binary data through envvar values
…ck-of-#139045-upstream-release-1.34

Automated cherry pick of kubernetes#139045: fix(csi): preserve mount dir when NodePublish fails on a remount
…y-pick-of-#138736-upstream-release-1.34

Automated cherry pick of kubernetes#138736: fix: avoid panic on services with empty IPFamilies
…-pick-of-#139339-upstream-release-1.34

Automated cherry pick of kubernetes#139339: kubeadm: fix dry-run CA copy paths in init certs
Signed-off-by: Carlos Panato <ctadeu@gmail.com>
…l134

[release-1.34] [go]Bump images and versions to go 1.25.11 and distroless iptables
Kubernetes official release v1.34.9
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants