Skip to content

Commit 21fd325

Browse files
committed
[SPARK-53079][K8S][DOCS] Update YuniKorn docs with 1.7.0
### What changes were proposed in this pull request? This PR aims to recommend `YuniKorn` v1.7.0 for Apache Spark 4.1.0 documentation. ### Why are the changes needed? Apache YuniKorn v1.7.0 is a new feature release with 169 patches. - https://issues.apache.org/jira/projects/YUNIKORN/versions/12354201 I installed YuniKorn v1.7.0 on K8s 1.32 and tested manually. **K8s v1.32** ``` $ kubectl version Client Version: v1.33.3 Kustomize Version: v5.6.0 Server Version: v1.32.2 ``` **YuniKorn v1.7.0** ``` $ helm list -n yunikorn NAME NAMESPACE REVISION UPDATED STATUS CHART APP VERSION yunikorn yunikorn 1 2025-08-02 14:01:37.266418 -0700 PDT deployed yunikorn-1.7.0 ``` ``` $ build/sbt -Pkubernetes -Pkubernetes-integration-tests -Dspark.kubernetes.test.deployMode=docker-desktop "kubernetes-integration-tests/testOnly *.YuniKornSuite" -Dtest.exclude.tags=minikube,local,decom,r -Dtest.default.exclude.tags= ... [info] YuniKornSuite: [info] - SPARK-42190: Run SparkPi with local[*] (7 seconds, 20 milliseconds) [info] - Run SparkPi with no resources (9 seconds, 991 milliseconds) [info] - Run SparkPi with no resources & statefulset allocation (10 seconds, 178 milliseconds) [info] - Run SparkPi with a very long application name. (10 seconds, 38 milliseconds) [info] - Use SparkLauncher.NO_RESOURCE (9 seconds, 941 milliseconds) ... [info] All tests passed. [success] Total time: 432 s (07:12), completed Aug 2, 2025, 2:20:12 PM ``` ``` Normal Scheduling 2s yunikorn spark-*-driver is queued and waiting for allocation Normal Scheduled 2s yunikorn Successfully assigned spark-*-driver to node docker-desktop Normal PodBindSuccessful 2s yunikorn Pod spark-*-driver is successfully bound to node docker-desktop ``` Closes #51791 from dongjoon-hyun/SPARK-53079. Authored-by: Dongjoon Hyun <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]>
1 parent bb2a25e commit 21fd325

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/running-on-kubernetes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1991,10 +1991,10 @@ Install Apache YuniKorn:
19911991
```bash
19921992
helm repo add yunikorn https://apache.github.io/yunikorn-release
19931993
helm repo update
1994-
helm install yunikorn yunikorn/yunikorn --namespace yunikorn --version 1.6.3 --create-namespace --set embedAdmissionController=false
1994+
helm install yunikorn yunikorn/yunikorn --namespace yunikorn --version 1.7.0 --create-namespace --set embedAdmissionController=false
19951995
```
19961996

1997-
The above steps will install YuniKorn v1.6.3 on an existing Kubernetes cluster.
1997+
The above steps will install YuniKorn v1.7.0 on an existing Kubernetes cluster.
19981998

19991999
##### Get started
20002000

0 commit comments

Comments
 (0)