From ffa3216a06a52ac40f26d5faa6321fbebd2a6ee5 Mon Sep 17 00:00:00 2001 From: David Grove Date: Tue, 3 Jun 2025 20:55:26 -0400 Subject: [PATCH] remove external-framework patch from README (obsolete since Kueue 0.11) --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index d72c0fa..2107a5b 100644 --- a/README.md +++ b/README.md @@ -58,10 +58,6 @@ The controller runs in the `appwrapper-system` namespace. Read the [Quick Start Guide](https://project-codeflare.github.io/appwrapper/quick-start/) to learn more. -If you have modified the default configuration of Kueue to set `manageJobsWithoutQueueName` to true, -then you must also apply [this patch](./hack/kueue-patches/02-aw-external-frameworks.txt) to your -Kueue installation. - ## Usage For example of AppWrapper usage, browse our [Samples](./samples) directory or