From 984ac41b1b463429e782cd18bea5a4244ec60adc Mon Sep 17 00:00:00 2001 From: Pat O'Connor Date: Tue, 15 Apr 2025 12:16:59 +0100 Subject: [PATCH] task(RHOAIENG-22446): testing update to OWNERS Signed-off-by: Pat O'Connor --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ad60de57..a3c0c2a1 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # codeflare-operator -The CodeFlare-Operator has embedded two controllers, a [RayCluster controller](https://github.com/project-codeflare/codeflare-operator/blob/main/pkg/controllers/raycluster_controller.go) which creates resources including secrets, ingress, routes, service, serviceaccounts, clusterrolebinding resources; all needed for the RayClusters created to work as expected. +The CodeFlare-Operator has embedded two controllers, a [RayCluster controller](https://github.com/project-codeflare/codeflare-operator/blob/main/pkg/controllers/raycluster_controller.go) which creates resources including secrets, ingress, routes, service, serviceaccounts, clusterrolebinding resources; all needed for the RayClusters created to work as expected. (TEST PR) There's an [AppWrapper Controller](https://github.com/project-codeflare/appwrapper/blob/main/internal/controller/appwrapper/appwrapper_controller.go), which is a flexible and workload-agnostic mechanism to enable Kueue to manage a group of Kubernetes resources as a single logical unit and to provide an additional level of automatic fault detection and recovery.