Skip to content

Commit 8044286

Browse files
authored
Add Spark Operator Roadmap (#2622)
* Add ROADMAP.md Signed-off-by: Yi Chen <[email protected]> * Add notebooks integration to raodmap Signed-off-by: Yi Chen <[email protected]> * Add Kubeflow SDK integration to roadmap Signed-off-by: Yi Chen <[email protected]> --------- Signed-off-by: Yi Chen <[email protected]>
1 parent 72c8918 commit 8044286

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

ROADMAP.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Spark Operator ROADMAP
2+
3+
## 2025
4+
5+
- [x] A new CR to support Spark Connect ([#2569](https://github.com/kubeflow/spark-operator/pull/2569))
6+
- [x] Cert manger support ([#1178](https://github.com/kubeflow/spark-operator/issues/1178))
7+
- [ ] Improve controller performance
8+
- [ ] Notebooks integration
9+
- [ ] [Kubeflow SDK](https://github.com/kubeflow/sdk) integration
10+
- [ ] Rest API for submitting jobs
11+
- [ ] Deprecation of webhook by moving all functionality into the pod template ([#2502](https://github.com/kubeflow/spark-operator/issues/2502))
12+
- [ ] Watching namespaces based on labels
13+
- [ ] A web UI for visibility into currently running applications
14+
- [ ] Doc improvement
15+
16+
## 2024
17+
18+
- [x] Pod template support ([#2101](https://github.com/kubeflow/spark-operator/issues/2101))
19+
- [x] Spark Connect Support ([#1801](https://github.com/kubeflow/spark-operator/issues/1801))
20+
- [x] Support Yunikorn as a batch scheduler ([#2107](https://github.com/kubeflow/spark-operator/pull/2107))
21+
- [x] Improve test coverage to improve the confidence in releases, particularly with e2e tests

0 commit comments

Comments
 (0)