Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ab22d25

Browse files
authoredMar 10, 2025··
Change the README.md header description
1 parent c19eeea commit ab22d25

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed
 

Diff for: ‎README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# codeflare-operator
22

3-
Operator for installation and lifecycle management of CodeFlare distributed workload stack.
3+
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.
4+
5+
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.
6+
7+
For each controller, there are webhooks in place that can be found [here](https://github.com/project-codeflare/codeflare-operator/tree/main/pkg/controllers).
48

59
<!-- Don't delete these comments, they are used to generate Compatibility Matrix table for release automation -->
610
<!-- Compatibility Matrix start -->

0 commit comments

Comments
 (0)
Please sign in to comment.