From 38bc9ae6efca9223279cf140f9d0f571e519342d Mon Sep 17 00:00:00 2001 From: Yuki Iwai Date: Wed, 9 Aug 2023 16:30:43 +0900 Subject: [PATCH] Create Kubeflow integration page Signed-off-by: Yuki Iwai --- site/content/en/docs/tasks/_index.md | 2 +- .../en/docs/tasks/run_with_kubeflow/_index.md | 15 +++++++++++++++ .../tasks/{ => run_with_kubeflow}/run_mpi_jobs.md | 0 3 files changed, 16 insertions(+), 1 deletion(-) create mode 100755 site/content/en/docs/tasks/run_with_kubeflow/_index.md rename site/content/en/docs/tasks/{ => run_with_kubeflow}/run_mpi_jobs.md (100%) diff --git a/site/content/en/docs/tasks/_index.md b/site/content/en/docs/tasks/_index.md index 2badbbf4b86..749d2af2df4 100755 --- a/site/content/en/docs/tasks/_index.md +++ b/site/content/en/docs/tasks/_index.md @@ -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). diff --git a/site/content/en/docs/tasks/run_with_kubeflow/_index.md b/site/content/en/docs/tasks/run_with_kubeflow/_index.md new file mode 100755 index 00000000000..4ccd00475f0 --- /dev/null +++ b/site/content/en/docs/tasks/run_with_kubeflow/_index.md @@ -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) diff --git a/site/content/en/docs/tasks/run_mpi_jobs.md b/site/content/en/docs/tasks/run_with_kubeflow/run_mpi_jobs.md similarity index 100% rename from site/content/en/docs/tasks/run_mpi_jobs.md rename to site/content/en/docs/tasks/run_with_kubeflow/run_mpi_jobs.md