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

dongjoon-hyun pushed a commit to branch branch-4.x
in repository https://gitbox.apache.org/repos/asf/spark.git


The following commit(s) were added to refs/heads/branch-4.x by this push:
     new a7815c5b7dc9 [SPARK-56835][K8S][DOCS][INFRA] Upgrade Volcano to 1.14.2
a7815c5b7dc9 is described below

commit a7815c5b7dc9ef004946309b14e57f0f158c028c
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Tue May 12 12:21:45 2026 -0700

    [SPARK-56835][K8S][DOCS][INFRA] Upgrade Volcano to 1.14.2
    
    ### What changes were proposed in this pull request?
    
    This PR aims to upgrade `Volcano` to 1.14.2 in K8s integration test 
document and GA job.
    
    ### Why are the changes needed?
    
    To use the latest version for testing and documentation for Apache Spark 
4.2.0.
    - https://github.com/volcano-sh/volcano/releases/tag/v1.14.2
      - [CVE-2026-44247 Volcano's webhook server vulnerable to OOM due to 
unbounded HTTP request body 
size](https://github.com/advisories/GHSA-8wxp-xxp2-rcgx)
    
    ### Does this PR introduce _any_ user-facing change?
    
    No.
    
    ### How was this patch tested?
    
    Pass GA.
    
    ### Was this patch authored or co-authored using generative AI tooling?
    
    Generated-by: `Claude Opus 4.7 (1M context)`
    
    Closes #55830 from dongjoon-hyun/SPARK-56835.
    
    Authored-by: Dongjoon Hyun <[email protected]>
    Signed-off-by: Dongjoon Hyun <[email protected]>
    (cherry picked from commit 42422741167664dc0d2ad535279b2a4c67906539)
    Signed-off-by: Dongjoon Hyun <[email protected]>
---
 .github/workflows/build_and_test.yml                     | 2 +-
 docs/running-on-kubernetes.md                            | 4 ++--
 resource-managers/kubernetes/integration-tests/README.md | 6 +++---
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/.github/workflows/build_and_test.yml 
b/.github/workflows/build_and_test.yml
index cdfcf299343e..50261eda1bbc 100644
--- a/.github/workflows/build_and_test.yml
+++ b/.github/workflows/build_and_test.yml
@@ -1595,7 +1595,7 @@ jobs:
           elif [[ "${{ inputs.branch }}" == 'branch-4.0' ]]; then
             kubectl apply -f 
https://raw.githubusercontent.com/volcano-sh/volcano/v1.11.0/installer/volcano-development.yaml
 || true
           else
-            kubectl apply -f 
https://raw.githubusercontent.com/volcano-sh/volcano/v1.14.1/installer/volcano-development.yaml
 || true
+            kubectl apply -f 
https://raw.githubusercontent.com/volcano-sh/volcano/v1.14.2/installer/volcano-development.yaml
 || true
           fi
           eval $(minikube docker-env)
           build/sbt -Phadoop-3 -Psparkr -Pkubernetes -Pvolcano 
-Pkubernetes-integration-tests 
-Dspark.kubernetes.test.volcanoMaxConcurrencyJobNum=1 -Dtest.exclude.tags=local 
"kubernetes-integration-tests/test"
diff --git a/docs/running-on-kubernetes.md b/docs/running-on-kubernetes.md
index 558eb75ef3d3..aa753e259bcc 100644
--- a/docs/running-on-kubernetes.md
+++ b/docs/running-on-kubernetes.md
@@ -2053,10 +2053,10 @@ Spark allows users to specify a custom Kubernetes 
schedulers.
 #### Using Volcano as Customized Scheduler for Spark on Kubernetes
 
 ##### Prerequisites
-* Spark on Kubernetes with [Volcano](https://volcano.sh/en) as a custom 
scheduler is supported since Spark v3.3.0 and Volcano v1.7.0. Below is an 
example to install Volcano 1.14.1:
+* Spark on Kubernetes with [Volcano](https://volcano.sh/en) as a custom 
scheduler is supported since Spark v3.3.0 and Volcano v1.7.0. Below is an 
example to install Volcano 1.14.2:
 
   ```bash
-  kubectl apply -f 
https://raw.githubusercontent.com/volcano-sh/volcano/v1.14.1/installer/volcano-development.yaml
+  kubectl apply -f 
https://raw.githubusercontent.com/volcano-sh/volcano/v1.14.2/installer/volcano-development.yaml
   ```
 
 ##### Build
diff --git a/resource-managers/kubernetes/integration-tests/README.md 
b/resource-managers/kubernetes/integration-tests/README.md
index 2b54f8eabd09..0d6279ccdba4 100644
--- a/resource-managers/kubernetes/integration-tests/README.md
+++ b/resource-managers/kubernetes/integration-tests/README.md
@@ -336,11 +336,11 @@ You can also specify your specific dockerfile to build 
JVM/Python/R based image
 
 ## Requirements
 - A minimum of 6 CPUs and 9G of memory is required to complete all Volcano 
test cases.
-- Volcano v1.14.1.
+- Volcano v1.14.2.
 
 ## Installation
 
-    kubectl apply -f 
https://raw.githubusercontent.com/volcano-sh/volcano/v1.14.1/installer/volcano-development.yaml
+    kubectl apply -f 
https://raw.githubusercontent.com/volcano-sh/volcano/v1.14.2/installer/volcano-development.yaml
 
 ## Run tests
 
@@ -361,5 +361,5 @@ You can also specify `volcano` tag to only run Volcano test:
 
 ## Cleanup Volcano
 
-    kubectl delete -f 
https://raw.githubusercontent.com/volcano-sh/volcano/v1.14.1/installer/volcano-development.yaml
+    kubectl delete -f 
https://raw.githubusercontent.com/volcano-sh/volcano/v1.14.2/installer/volcano-development.yaml
 


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

Reply via email to