generated from kubernetes/kubernetes-template-project
-
Notifications
You must be signed in to change notification settings - Fork 286
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
11 changed files
with
36 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
--- | ||
title: "External Frameworks" | ||
weight: 8 | ||
date: 2025-01-17 | ||
description: > | ||
How to run Kueue with external frameworks | ||
--- | ||
|
||
See [external frameworks](/docs/tasks/run/external-workloads) for examples of using existing | ||
integrations to integrate external frameworks. |
This file was deleted.
Oops, something went wrong.
23 changes: 0 additions & 23 deletions
23
site/content/en/docs/tasks/run/external-workloads/index.md
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
...sks/run/external-workloads/appwrappers.md → ...sks/run/external_workloads/appwrappers.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
--- | ||
title: "Run An AppWrapper" | ||
linkTitle: "AppWrappers" | ||
date: 2025-01-08 | ||
weight: 6 | ||
description: > | ||
|
File renamed without changes.
23 changes: 23 additions & 0 deletions
23
site/content/en/docs/tasks/run/external_workloads/index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
--- | ||
|
||
title: "Supporting External Frameworks" | ||
linkTitle: "External Frameworks" | ||
weight: 6 | ||
date: 2025-01-23 | ||
description: > | ||
How to run Kueue with external frameworks | ||
no_list: true | ||
--- | ||
|
||
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). |
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
...oads/pod-based-workloads/argo_workload.md → ...oads/pod_based_workloads/argo_workflow.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters