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

dongjoon pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git


The following commit(s) were added to refs/heads/master by this push:
     new 2cc45c2d0273 [SPARK-50733][K8S][INFRA] Update K8s IT CI to use K8s 1.32
2cc45c2d0273 is described below

commit 2cc45c2d027301275b19f8e79d1f714c95d8a28d
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Sun Jan 5 21:38:35 2025 -0800

    [SPARK-50733][K8S][INFRA] Update K8s IT CI to use K8s 1.32
    
    ### What changes were proposed in this pull request?
    
    As a part of Apache Spark 4.0.0 preparation, this PR aims to use the latest 
K8s v1.32.0 (2024-12-11) for K8s integration tests instead of v1.31.0 (August 
13, 2024).
    
    ### Why are the changes needed?
    
    K8s v1.32 was released on last December.
    - https://kubernetes.io/releases/#release-v1-32
    
    Previously, we has been depending on the default version of Minikube 
because Minikube has a rapid release cycle.
    
    However, the release cycle of Minikube is a little slow in these days. We 
had better control the test target K8s version explicitly for now.
    
    ### Does this PR introduce _any_ user-facing change?
    
    No, this is a infra-only change.
    
    ### How was this patch tested?
    
    Pass the CIs and check the K8s CI log. The following is the current log of 
this PR.
    
    ```
      Kubelet Version:            v1.32.0
      Kube-Proxy Version:         v1.32.0
    ```
    
    ### Was this patch authored or co-authored using generative AI tooling?
    
    No.
    
    Closes #49364 from dongjoon-hyun/k8s_1.32.
    
    Authored-by: Dongjoon Hyun <[email protected]>
    Signed-off-by: Dongjoon Hyun <[email protected]>
---
 .github/workflows/build_and_test.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/build_and_test.yml 
b/.github/workflows/build_and_test.yml
index 29621930b1ff..3d08c338f053 100644
--- a/.github/workflows/build_and_test.yml
+++ b/.github/workflows/build_and_test.yml
@@ -1226,6 +1226,7 @@ jobs:
       - name: Start Minikube
         uses: medyagh/[email protected]
         with:
+          kubernetes-version: "1.32.0"
           # Github Action limit cpu:2, memory: 6947MB, limit to 2U6G for 
better resource statistic
           cpus: 2
           memory: 6144m


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

Reply via email to