TL;DR

Kubernetes v1.34 introduces general availability of a feature enabling automatic recovery from persistent volume claim (PVC) expansion failures without requiring administrative intervention.

What happened

Kubernetes v1.34 has introduced automated recovery capabilities for persistent volume claims (PVCs) in case of expansion failures, reducing the need for manual correction and cluster-admin access. This feature is particularly helpful when a typo or mistake leads to an incorrect expansion request.

Why it matters for ops

This update improves operational efficiency by streamlining error handling during PVC expansions, allowing automatic correction without requiring administrative intervention. It also enhances observability through new API fields in PVC objects for monitoring the progress of volume expansion operations.

Action items

  • Review and test automated recovery functionality in Kubernetes v1.34
  • Update documentation to reflect changes in error handling and observability features
  • Monitor PVC expansion progress using new API fields for better troubleshooting

Source link

https://kubernetes.io/blog/2025/09/19/kubernetes-v1-34-recover-expansion-failure/