This is an automated email from the ASF dual-hosted git repository.

dongjoon pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/spark-kubernetes-operator.git


The following commit(s) were added to refs/heads/main by this push:
     new 39a5ba7  [SPARK-53627] Update docs to recommend K8s 1.32+
39a5ba7 is described below

commit 39a5ba7723c20868e65ca8b227c3d3d370a3f32e
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Wed Sep 17 16:28:50 2025 -0700

    [SPARK-53627] Update docs to recommend K8s 1.32+
    
    ### What changes were proposed in this pull request?
    
    This PR aims to update documentations to recommend K8s v1.32+.
    
    ### Why are the changes needed?
    
    K8s 1.31 entered maintenance mode already on August 28, 2025 and will reach 
the `End of Life` date on Oct 28, 2025. We had better recommend users to use 
K8s v1.32+.
    
    - https://kubernetes.io/releases/patch-releases/#1-31
    
    In addition, the default K8s versions of public cloud providers are already 
moving to K8s 1.32+ like the following.
    
    - EKS: v1.32 (Default), v1.33 (Available)
    - AKS: v1.32 (Default), v1.33 (Available), v1.34 (Preview, will be GA on 
October 2025)
    - GKE: v1.33 (Stable), v1.34 (Regular on 9/30), v1.34 (Rapid)
    
    ### Does this PR introduce _any_ user-facing change?
    
    No because this is a documentation-only change.
    
    ### How was this patch tested?
    
    Manual review because the result of CIs is irrelevant.
    
    ### Was this patch authored or co-authored using generative AI tooling?
    
    No.
    
    Closes #321 from dongjoon-hyun/SPARK-53627.
    
    Authored-by: Dongjoon Hyun <[email protected]>
    Signed-off-by: Dongjoon Hyun <[email protected]>
---
 build-tools/helm/spark-kubernetes-operator/README.md | 2 +-
 docs/operations.md                                   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/build-tools/helm/spark-kubernetes-operator/README.md 
b/build-tools/helm/spark-kubernetes-operator/README.md
index d144d1b..c517df6 100644
--- a/build-tools/helm/spark-kubernetes-operator/README.md
+++ b/build-tools/helm/spark-kubernetes-operator/README.md
@@ -33,7 +33,7 @@ cluster using the [Helm](https://helm.sh) package manager. 
With this, you can la
 
 ## Requirements
 
-- Kubernetes 1.30+ cluster
+- Kubernetes 1.32+ cluster
 - Helm 3.0+
 
 ## Features
diff --git a/docs/operations.md b/docs/operations.md
index 01154c9..7646dce 100644
--- a/docs/operations.md
+++ b/docs/operations.md
@@ -23,7 +23,7 @@ under the License.
 
 - Java 17, 21 and 25
 - Kubernetes version compatibility:
-  - k8s version >= 1.30 is recommended. Operator attempts to be API compatible 
as possible, but
+  - k8s version >= 1.32 is recommended. Operator attempts to be API compatible 
as possible, but
       patch support will not be performed on k8s versions that reached EOL.
 - Spark versions 3.5 or above.
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to