Skip to content

Commit 37e4dc7

Browse files
wilfred-smanirajv06
authored andcommitted
[YUNIKORN-3169] Update website for 1.8.0 (#543)
Removed older release documentation Updated roadmap Fixed DOAP file for 1.6.0 releases and later Fixed K8s support version for 1.7.0 typos in release announcement Documentation part of moving the statedump and stack calls to the /debug endpoint. Fixed layout issues in scheduler document. Moved the metrics, config and validate-config to the correct document based on the route details. consistency branch update Documentation part of moving the statedump and stack calls to the /debug endpoint. Fixed layout issues in scheduler document. Moved the metrics, config and validate-config to the correct document based on the route details. line length fixes Closes: #543 Signed-off-by: Manikandan R <manirajv06@gmail.com>
1 parent b4dda46 commit 37e4dc7

828 files changed

Lines changed: 762 additions & 71432 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

doap_YuniKorn.rdf

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,27 +34,42 @@
3434
<programming-language>Go</programming-language>
3535
<programming-language>JavaScript</programming-language>
3636
<category rdf:resource="https://projects.apache.org/category/cloud" />
37+
<release>
38+
<Version>
39+
<name>YuniKorn 1.8.0</name>
40+
<created>2026-02-03</created>
41+
<revision>1.8.0</revision>
42+
</Version>
43+
</release>
3744
<release>
3845
<Version>
3946
<name>YuniKorn 1.7.0</name>
4047
<created>2025-07-28</created>
4148
<revision>1.7.0</revision>
4249
</Version>
50+
</release>
51+
<release>
4352
<Version>
4453
<name>YuniKorn 1.6.3</name>
4554
<created>2025-05-06</created>
4655
<revision>1.6.3</revision>
4756
</Version>
57+
</release>
58+
<release>
4859
<Version>
4960
<name>YuniKorn 1.6.2</name>
5061
<created>2025-03-18</created>
5162
<revision>1.6.2</revision>
5263
</Version>
64+
</release>
65+
<release>
5366
<Version>
5467
<name>YuniKorn 1.6.1</name>
5568
<created>2025-01-24</created>
5669
<revision>1.6.1</revision>
5770
</Version>
71+
</release>
72+
<release>
5873
<Version>
5974
<name>YuniKorn 1.6.0</name>
6075
<created>2024-09-17</created>

docs/get_started/version.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,7 @@ Older build dependencies in earlier releases could prevent you from using some n
5757
| 1.29.x | 1.5.0 | - |
5858
| 1.30.x | 1.6.0 | - |
5959
| 1.31.x | 1.6.0 | - |
60+
| 1.32.x | 1.7.0 | - |
61+
| 1.33.x | 1.8.0 | - |
62+
| 1.34.x | 1.8.0 | - |
6063

docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ module.exports = {
4949
announcementBar: {
5050
id: 'new_release',
5151
content:
52-
'1.7.0 has been released, check the <a href="/community/download">DOWNLOADS</a>.',
52+
'1.8.0 has been released, check the <a href="/community/download">DOWNLOADS</a>.',
5353
backgroundColor: '#fafbfc',
5454
textColor: '#091E42',
5555
},

src/pages/community/download.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@ All release artifacts should be checked for tampering using GPG or SHA-512.
3131

3232
We publish prebuilt docker images for everyone's convenience.
3333

34-
The latest release of Apache YuniKorn is v1.6.3.
34+
The latest release of Apache YuniKorn is v1.8.0.
3535

36-
| Version | Release date | Source download | Docker images | Release notes |
37-
|---------|--------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------|
38-
| v1.7.0 | 2025-07-28 | [Download](https://www.apache.org/dyn/closer.lua/yunikorn/1.7.0/apache-yunikorn-1.7.0-src.tar.gz)<br/>[Checksum](https://downloads.apache.org/yunikorn/1.7.0/apache-yunikorn-1.7.0-src.tar.gz.sha512) & [Signature](https://downloads.apache.org/yunikorn/1.7.0/apache-yunikorn-1.7.0-src.tar.gz.asc) | [scheduler](https://hub.docker.com/layers/apache/yunikorn/scheduler-1.7.0/images/sha256-51262e07493f9beadf4488aefc23877d553597bfb0705b00303e88470ae98ae4)<br/>[admission-controller](https://hub.docker.com/layers/apache/yunikorn/admission-1.7.0/images/sha256-6398839ae00bf6227cb8322e4b7c206f055e68ba7eba351cd9822041e6b8a255)<br/>[web](https://hub.docker.com/layers/apache/yunikorn/web-1.7.0/images/sha256-bf348d8473cc417327c6a3e9b672ca95a4ad969e102185e86243e774ab14dcee)<br/>[scheduler plugin](https://hub.docker.com/layers/apache/yunikorn/scheduler-plugin-1.7.0/images/sha256-339af0d36f1dfaf514fa4e9d8fa83ceec03b88032fe7a1ffc211812a63b968f0) | [Announcement](/release-announce/1.7.0) |
39-
| v1.6.3 | 2025-05-06 | [Download](https://www.apache.org/dyn/closer.lua/yunikorn/1.6.3/apache-yunikorn-1.6.3-src.tar.gz)<br/>[Checksum](https://downloads.apache.org/yunikorn/1.6.3/apache-yunikorn-1.6.3-src.tar.gz.sha512) & [Signature](https://downloads.apache.org/yunikorn/1.6.3/apache-yunikorn-1.6.3-src.tar.gz.asc) | [scheduler](https://hub.docker.com/layers/apache/yunikorn/scheduler-1.6.3/images/sha256-093cea908ac49b8c2434db3b7b7eb3c0015f0a401af8c20da2b42f7bb42ebfff)<br/>[admission-controller](https://hub.docker.com/layers/apache/yunikorn/admission-1.6.3/images/sha256-ecca4134dc3417b1e8357fe309b2a55cb45a911fa3f678ed6e68f5ba87cdc2c9)<br/>[web](https://hub.docker.com/layers/apache/yunikorn/web-1.6.3/images/sha256-702a814dbd783f610b51729e7ae9d0a5b25e9e9441c7cbfeebcb125a8cb31ac2)<br/>[scheduler plugin](https://hub.docker.com/layers/apache/yunikorn/scheduler-plugin-1.6.3/images/sha256-713ae590d44d60429dcb0ba1781acb7b775cc89d1ac620af97327bec7c4dfbcc) | [Announcement](/release-announce/1.6.3) |
40-
| v1.6.2 | 2025-03-18 | [Download](https://archive.apache.org/dist/yunikorn/1.6.2/apache-yunikorn-1.6.2-src.tar.gz)<br/>[Checksum](https://archive.apache.org/dist/yunikorn/1.6.2/apache-yunikorn-1.6.2-src.tar.gz.sha512) & [Signature](https://darchive.apache.org/dist/yunikorn/1.6.2/apache-yunikorn-1.6.2-src.tar.gz.asc) | [scheduler](https://hub.docker.com/layers/apache/yunikorn/scheduler-1.6.2/images/sha256-f7493e1be1e71a5c01d43367bda3240e41f9c801da27d8491f9827fda9aa1fac)<br/>[admission-controller](https://hub.docker.com/layers/apache/yunikorn/admission-1.6.2/images/sha256-957b95a7f392bd5c70454f7d42fc1f992124cc6bc323e8488fb2560cc1573361)<br/>[web](https://hub.docker.com/layers/apache/yunikorn/web-1.6.2/images/sha256-696c76d376648f1dcaefc3740a7f9db3f837e376dae0073ed3dfd4948ed429ab)<br/>[scheduler plugin](https://hub.docker.com/layers/apache/yunikorn/scheduler-plugin-1.6.2/images/sha256-cdc594d48f9ed39b0b134389e6c3253fe7b2db204c905b2eb573ee008863245f) | [Announcement](/release-announce/1.6.2) |
36+
| Version | Release date | Source download | Docker images | Release notes |
37+
|---------|--------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------|
38+
| v1.8.0 | 2026-02-03 | [Download](https://www.apache.org/dyn/closer.lua/yunikorn/1.8.0/apache-yunikorn-1.8.0-src.tar.gz)<br/>[Checksum](https://downloads.apache.org/yunikorn/1.8.0/apache-yunikorn-1.7.0-src.tar.gz.sha512) & [Signature](https://downloads.apache.org/yunikorn/1.8.0/apache-yunikorn-1.8.0-src.tar.gz.asc) | [scheduler](https://hub.docker.com/layers/apache/yunikorn/scheduler-1.8.0/images/sha256-e038326d0dca5990d2f4505aa799bc46f70e95d73929fef5ff9ad98926c30822)<br/>[admission-controller](https://hub.docker.com/layers/apache/yunikorn/admission-1.8.0/images/sha256-b04a3c7c1957c812744e9dde33bf7fb1b81a524bc6c15e7f16541baa954caf6d)<br/>[web](https://hub.docker.com/layers/apache/yunikorn/web-1.8.0/images/sha256-7af91391d816a22ecb9b34fe24224024aea7fb2d2fc7596a0fa50ede565fa44c) | [Announcement](/release-announce/1.8.0) |
39+
| v1.7.0 | 2025-05-06 | [Download](https://archive.apache.org/dist/yunikorn/1.7.0/apache-yunikorn-1.7.0-src.tar.gz)<br/>[Checksum](https://downloads.apache.org/yunikorn/1.7.0/apache-yunikorn-1.7.0-src.tar.gz.sha512) & [Signature](https://downloads.apache.org/yunikorn/1.7.0/apache-yunikorn-1.7.0-src.tar.gz.asc) | [scheduler](https://hub.docker.com/layers/apache/yunikorn/scheduler-1.7.0/images/sha256-51262e07493f9beadf4488aefc23877d553597bfb0705b00303e88470ae98ae4)<br/>[admission-controller](https://hub.docker.com/layers/apache/yunikorn/admission-1.7.0/images/sha256-6398839ae00bf6227cb8322e4b7c206f055e68ba7eba351cd9822041e6b8a255)<br/>[web](https://hub.docker.com/layers/apache/yunikorn/web-1.7.0/images/sha256-bf348d8473cc417327c6a3e9b672ca95a4ad969e102185e86243e774ab14dcee)<br/>[scheduler plugin](https://hub.docker.com/layers/apache/yunikorn/scheduler-plugin-1.7.0/images/sha256-339af0d36f1dfaf514fa4e9d8fa83ceec03b88032fe7a1ffc211812a63b968f0) | [Announcement](/release-announce/1.7.0) |
40+
| v1.6.3 | 2025-05-06 | [Download](https://archive.apache.org/dist/yunikorn/1.6.3/apache-yunikorn-1.6.3-src.tar.gz)<br/>[Checksum](https://downloads.apache.org/yunikorn/1.6.3/apache-yunikorn-1.6.3-src.tar.gz.sha512) & [Signature](https://downloads.apache.org/yunikorn/1.6.3/apache-yunikorn-1.6.3-src.tar.gz.asc) | [scheduler](https://hub.docker.com/layers/apache/yunikorn/scheduler-1.6.3/images/sha256-093cea908ac49b8c2434db3b7b7eb3c0015f0a401af8c20da2b42f7bb42ebfff)<br/>[admission-controller](https://hub.docker.com/layers/apache/yunikorn/admission-1.6.3/images/sha256-ecca4134dc3417b1e8357fe309b2a55cb45a911fa3f678ed6e68f5ba87cdc2c9)<br/>[web](https://hub.docker.com/layers/apache/yunikorn/web-1.6.3/images/sha256-702a814dbd783f610b51729e7ae9d0a5b25e9e9441c7cbfeebcb125a8cb31ac2)<br/>[scheduler plugin](https://hub.docker.com/layers/apache/yunikorn/scheduler-plugin-1.6.3/images/sha256-713ae590d44d60429dcb0ba1781acb7b775cc89d1ac620af97327bec7c4dfbcc) | [Announcement](/release-announce/1.6.3) |
4141

4242
## Verifying the signature
4343

src/pages/community/events.md

Lines changed: 21 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,8 @@ under the License.
2323
-->
2424

2525
## Upcoming Events
26-
- KubeCon and CloudNativeCon 2023, Amsterdam
27-
_Scheduling Framework: Batch Extensions with Apache YuniKorn_
28-
https://sched.co/1Hydt (Thursday, April 20th 4.30PM CEST)
29-
Wilfred Spiegelenburg and Peter Bacsko (Cloudera)
30-
- KubeCon and CloudNativeCon 2023, Batch + HPC Day event, Amsterdam
31-
_SLA Aware Batch Scheduling in Apache YuniKorn with Multi-Tenant Preemption_
32-
https://sched.co/1Jo90 (Tuesday, April 18th 3.50PM CEST)
33-
Craig Condit and Sunil Govindan (Cloudera)
3426

35-
Join us in person or virtual. We wil post links to the recordings of the sessions after they have been made available.
27+
None planned at this point.
3628

3729
---
3830

@@ -54,28 +46,28 @@ A lot has changed since our last meetup a little over 6 months ago.
5446
We since then have graduated to an Apache TLP, released v1.0.0 and two minor releases as a follow-up.
5547
We had multiple presentations at: KubeCon Europe 2022, VISA Meetup and ApacheCON 2022.
5648
This is just a partial list of all that has happened and is going to happen.
57-
49+
5850
To add this event to your Google calendar [click here].
5951
The invite includes a link for joining us virtually [using zoom webinar].
6052

61-
We have the following agenda lined up:
62-
1. **YuniKorn @ Pinterest**
63-
Speaker : Rainie, Pinterest
53+
We have the following agenda lined up:
54+
1. **YuniKorn @ Pinterest**
55+
Speaker : Rainie, Pinterest
6456
Abstract:
6557
Spark on YARN is used for production workloads.
6658
Using Apache YuniKorn we try to move from YARN to Kubernetes.
6759
A path of testing, comparing and changing at multiple levels.
68-
2. **ApacheCON and YuniKorn : Feedback**
69-
Speaker : Wilfred, Cloudera
60+
2. **ApacheCON and YuniKorn : Feedback**
61+
Speaker : Wilfred, Cloudera
7062
Abstract:
7163
As a community we delivered two talks at ApacheCON NA.
7264
How did we do and what was the feedback on our two talks.
7365
Cloud native also had its own track: some observations from other talks.
74-
3. **YuniKorn roadmap**
75-
Speaker : Wilfred / Craig, Cloudera
66+
3. **YuniKorn roadmap**
67+
Speaker : Wilfred / Craig, Cloudera
7668
Abstract:
77-
For YuniKorn 1.2 we have a roadmap defined around User Quotas, Application Priority and a K8s upgrade.
78-
Is that all we want and need. Do we want to add other things, and what do we want to do after this release?
69+
For YuniKorn 1.2 we have a roadmap defined around User Quotas, Application Priority and a K8s upgrade.
70+
Is that all we want and need. Do we want to add other things, and what do we want to do after this release?
7971

8072
There will also plenty of time to discuss community related things that are not on the agenda.
8173

@@ -103,19 +95,26 @@ _Abstract_: Apache YuniKorn (Incubating) has released v0.11 earlier this year wi
10395
like Gang scheduling, REST API enhancements and Kubernetes 1.19 support. In a month, we are planning the major
10496
v1.0.0 release with Kubernetes 1.20 & 1.21 support, improved node sorting and numerous small fixes & enhancements! In this meetup, we will deep dive into the implementation of Gang scheduling behind the use of temporary
10597
placeholder pods on Kubernetes, significant performance improvement with simplified scheduler core code and
106-
a new node sorting algorithm. Please find all the topics for this meetup [here](https://drive.google.com/file/d/1cbT3i6_kSvrvlj4M7OyNIvXohVrGRiEl/view?usp=sharing).
98+
a new node sorting algorithm. Please find all the topics for this meetup [here](https://drive.google.com/file/d/1cbT3i6_kSvrvlj4M7OyNIvXohVrGRiEl/view?usp=sharing).
10799

108100
----
109101

110102
## Past Conference & Meetup Recordings
111103

112-
- KubeCon North America 2022, Batch & HPC day:
104+
- KubeCon North America 2025:
105+
- [Optimized Scheduling for Big Data Workloads - The Why, What...](https://www.youtube.com/watch?v=_W83GgQof70) :busts_in_silhouette: Rahul Sharma, Wilfred Spiegelenburg
106+
- [Panel: Cracking the Data Locality Puzzle](https://youtu.be/NUR0bFPchks) :busts_in_silhouette: Wilfred Spiegelenburg, Et al.
107+
- KubeCon Europe 2023: [Scheduling Framework: Batch Extensions with Apache YuniKorn](https://www.youtube.com/watch?v=ij2UQ9V4CBU) :busts_in_silhouette: Wilfred Spiegelenburg, Peter Bacsko
108+
- Data on Kubernetes Community: [Batch Workloads in Multi-tenant Environment with Apache YuniKorn](https://www.youtube.com/watch?v=8B8GNE-wl-g) :busts_in_silhouette: Wilfred Spiegelenburg, Sunil Govindan
109+
- Apache Community Over Code 2023 Apache YuniKorn: preemption for multi tenant Kubernetes clusters :busts_in_silhouette: Wilfred Spiegelenburg, Craig Condit
110+
- KubeCon North America 2023 [Migrating Hybrid Big Data Platforms at Scale to Kubernetes](https://www.youtube.com/watch?v=1NepjxK4XLM) :busts_in_silhouette: Sunil Govindan
111+
- KubeCon North America 2022 including Batch & HPC day:
113112
- [Beyond Experimental: Spark on Kubernetes](https://www.youtube.com/watch?v=u7htKIiK75c) :busts_in_silhouette: Weiwei Yang, Bowen Li
114113
- [Panel discussion: Batch scheduling on Kubernetes](https://www.youtube.com/watch?v=xQBkBRJdMCs) :busts_in_silhouette: Wilfred Spiegelenburg, Et al.
115114
- Apache YuniKorn Meetup: [October 2022](https://youtu.be/l76NByMersg) | [Pinterest presentation](https://drive.google.com/file/d/1sSXRNx_ndk4mWaCICjtbddjoSUYN9TV7/view?usp=sharing) | [Cloudera presentation](https://drive.google.com/file/d/14jqfDNpCTTQr0R2ZBrghn-WGFBR89KI7/view?usp=sharing) :busts_in_silhouette: Wilfred Spiegelenburg, Rainie Li, Craig Condit
116115
- ApacheCon North America 2022: [Apache YuniKorn Enhanced Scheduling in the Cloud](https://www.apachecon.com/acna2022/slides/03_Spiegelenburg_Apache-YuniKorn-Enhanced.pdf) :busts_in_silhouette: Wilfred Spiegelenburg, Manikandan Ramaraj
117116
- VISA Data Meetup: [Apache YuniKorn scheduling Apache Spark on Kubernetes](https://web.cvent.com/event/9ceb73f1-4ce7-480e-95ed-fe65dea09cc4/websitePage:e6b9cca5-1c3b-4b7a-99e7-62c045b1ce26?i=bn_TynKrfUao8DzBYW3XwA&locale=en-US) :busts_in_silhouette: Wilfred Spiegelenburg
118-
- KubeCon Europe 2022, Batch & HPC day: [Apache YuniKorn A Kubernetes Scheduler Plugin for Batch Workloads](https://www.youtube.com/watch?v=cQD_jwA4fqo) :busts_in_silhouette: Wilfred Spiegelenburg, Craig Condit
117+
- KubeCon Europe 2022, Batch & HPC day: [Apache YuniKorn A Kubernetes Scheduler Plugin for Batch Workloads](https://www.youtube.com/watch?v=cQD_jwA4fqo) :busts_in_silhouette: Wilfred Spiegelenburg, Craig Condit
119118
- ApacheCon 2021: [Next Level Spark on Kubernetes with Apache YuniKorn (Incubating)](https://youtu.be/gOST-iT-hj8) :busts_in_silhouette: Weiwei Yang, Chaoran Yu
120119
- ApacheCon Asia 2021: [State Of The Union With Apache Yunikorn (Incubating) - Cloud Native Scheduler For Big Data Usecases](https://www.youtube.com/watch?v=c9UYxzqVMeg) :busts_in_silhouette: Julia Kinga Marton, Sunil Govindan
121120
- Future of Data Meetup: [Apache YuniKorn: Cloud-native Resource Scheduling](https://www.youtube.com/watch?v=j-6ehu6GrwE) :busts_in_silhouette: Wangda Tan, Wilfred Spiegelenburg

0 commit comments

Comments
 (0)