dongjoon-hyun opened a new pull request, #57048: URL: https://github.com/apache/spark/pull/57048
### What changes were proposed in this pull request? This PR aims to update K8s docs to recommend K8s v1.35+ at Apache Spark 5.0.0 to utilize more stable features like the following example features at K8s v1.35. - [In-Place Pod Resize (GA)](https://kubernetes.io/blog/2025/12/19/kubernetes-v1-35-in-place-pod-resize-ga/) ### Why are the changes needed? **1. K8s v1.34 will enter the maintenance mode soon (2026-08-27) and will reach the end of support on 2026-10-27** - https://kubernetes.io/releases/patch-releases/#1-34 **2. Default K8s Versions in Public Cloud environments** The default K8s versions of public cloud providers are already moving to K8s 1.35+ like the following. - EKS: v1.36 (Supported since 2026-06) - AKS: v1.36 (GA since 2026-06) - GKE: v1.35 (Default in Regular channel) **3. End Of Support in Public Cloud environments** In addition, K8s 1.34 will reach the end of standard support. | K8s | AKS | EKS | GKE | | ---- | ------- | ------- | ------- | | 1.34 | 2027-02 | 2026-12 | 2026-10 | - [AKS EOL Schedule](https://learn.microsoft.com/en-us/azure/aks/supported-kubernetes-versions?tabs=azure-cli#aks-kubernetes-release-calendar) - [EKS EOL Schedule](https://docs.aws.amazon.com/eks/latest/userguide/kubernetes-versions.html#kubernetes-release-calendar) - [GKE EOL Schedule](https://cloud.google.com/kubernetes-engine/docs/release-schedule) ### Does this PR introduce _any_ user-facing change? No, this is a documentation-only change about K8s versions. ### How was this patch tested? Manual review. ### Was this patch authored or co-authored using generative AI tooling? Generated-by: Claude Fable 5 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
