Skip to content

Commit

Permalink
Create Kubeflow integration page
Browse files Browse the repository at this point in the history
Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com>
  • Loading branch information
tenzen-y committed Aug 9, 2023
1 parent 6bf6b76 commit 38bc9ae
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
2 changes: 1 addition & 1 deletion site/content/en/docs/tasks/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ batch user is a researcher, AI/ML engineer, data scientist, among others.

- As a batch user, you can learn how to [run a Kueue managed batch/Job](/docs/tasks/run_jobs).
- As a batch user, you can learn how to [run a Kueue managed Flux MiniCluster](/docs/tasks/run_flux_minicluster).
- As a batch user, you can learn how to [run a Kueue managed Kubeflow MPIJob](/docs/tasks/run_mpi_jobs).
- As a batch user, you can learn how to [run a Kueue managed Kubeflow Jobs](/docs/tasks/run_with_kubeflow).
- As a batch user, you can learn how to [run a Kueue managed KubeRay RayJob](/docs/tasks/run_rayjobs).
- As a batch developer user, you can learn how to [submit Kueue jobs from Python](/docs/tasks/run_python_jobs).
15 changes: 15 additions & 0 deletions site/content/en/docs/tasks/run_with_kubeflow/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---

title: "Run with Kubeflow"
linkTitle: "Run with Kubeflow"
weight: 6
date: 2023-08-09
description: >
How to run Kueue with Kubeflow
no_list: true
---

The below show you how to run a Kueue managed Kubeflow Jobs.

### MPI Operator Integration
- [Run a Kueue managed Kubeflow MPIJob](run_mpijobs)
File renamed without changes.

0 comments on commit 38bc9ae

Please sign in to comment.