Skip to content

Commit 504db58

Browse files
authored
Update README for Kueue 0.11 (built-in integration) (#340)
1 parent 4a19c89 commit 504db58

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

README.md

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,14 @@
66
An AppWrapper contains a collection of Kubernetes resources that a
77
user desires to manage as a single logical workload. AppWrapper is
88
designed to smoothly interoperate with
9-
[Kueue](https://kueue.sigs.k8s.io). They provide a flexible and
9+
[Kueue](https://kueue.sigs.k8s.io). AppWrapper provides a flexible and
1010
workload-agnostic mechanism for enabling Kueue to manage a group of
1111
Kubernetes resources as a single logical unit without requiring any
1212
Kueue-specific support by the controllers of those resources.
13-
Kueue can be configured to recognize AppWrapper as an
14-
[externalFramework](https://kueue.sigs.k8s.io/docs/tasks/dev/integrate_a_custom_job/#building-an-external-integration),
15-
thus ensuring that if you have enabled Kueue's `manageJobsWithoutQueueName`
16-
option, admission decisions made for the AppWrapper will be properly
17-
propagated to its contained resources.
18-
For a more detailed description of the overall design, see the
19-
[Architecture](https://project-codeflare.github.io/appwrapper/arch-controller/)
20-
section of our website.
13+
Beginning in Kueue 0.11 (and AppWrapper v1.1), AppWrapper is a
14+
*built-in Kueue integration* and is enabled by default. In older versions
15+
AppWrapper was supported by Kueue as an *external framework* and needed to
16+
be explicitly enabled via a custom Kueue configuration.
2117

2218
An AppWrapper can be used to harden workloads by providing an
2319
additional level of automatic fault detection and recovery. The AppWrapper

0 commit comments

Comments
 (0)