Skip to content

Commit

Permalink
address feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
kannon92 committed Jan 28, 2025
1 parent 88d0551 commit fd0e227
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
4 changes: 2 additions & 2 deletions site/content/en/docs/tasks/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ As a batch user, you can learn how to:
- [Run a Kueue managed plain Pod](run/plain_pods).
- [Run a Kueue managed JobSet](run/jobsets).
- [Submit jobs to MultiKueue](run/multikueue).
- [Support external workloads](run/external_workloads).
- [Run external workloads](run/external_workloads).
Kueue allows one to use existing integrations to support external workloads.

### Serving user
Expand All @@ -61,9 +61,9 @@ A _platform developer_ integrates Kueue with other software and/or contributes t

As a platform developer, you can learn how to:
- [Integrate a custom Job with Kueue](dev/integrate_a_custom_job).
- [Integrate a custom workload with Kueue using built-in frameworks](dev/external_frameworks).
- [Enable pprof endpoints](dev/enabling_pprof_endpoints).
- [Develop a custom AdmissionCheck Controller](dev/develop-acc).
- [Integration a custom workload with existing frameworks](dev/external_frameworks)

## Troubleshooting

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Run An AppWrapper"
linkTitle: "AppWrappers"
date: 2025-01-08
weight: 6
description: >
Expand Down
9 changes: 3 additions & 6 deletions site/content/en/docs/tasks/run/external_workloads/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,8 @@ The tasks below show you how to build a custom integration.
You can use AppWrapper, job-based workloads and pod-based workloads.

### [AppWrapper](https://project-codeflare.github.io/appwrapper/) Integration
- [Run a workload using Appwrappers](/docs/tasks/run/external_workloads/appwrappers).
- [Run a custom workload using Appwrappers](/docs/tasks/run/external_workloads/wrapped_custom_workload).

### Job-based Workloads Integration
- [Run a Flux Miniclusters using job integration](/docs/tasks/run/external_workloads/flux_miniclusters).

### Pod-Based Workloads Integration
- [Run an Argo Workflow using pod integration](/docs/tasks/run/external_workloads/pod_based_workloads/argo_workflow).
### Integrations based on built-in frameworks
- [Run a Flux Miniclusters using job integration](/docs/tasks/run/external_workloads/flux_miniclusters).
- [Run an Argo Workflow using pod integration](/docs/tasks/run/external_workloads/pod_based_workloads/argo_workflow).

0 comments on commit fd0e227

Please sign in to comment.