diff --git a/docs/howtos/crp.md b/docs/howtos/crp.md index 7abe621ea..15e2245a6 100644 --- a/docs/howtos/crp.md +++ b/docs/howtos/crp.md @@ -4,7 +4,11 @@ This guide provides an overview of how to use the Fleet `ClusterResourcePlacemen ## Overview -The CRP API is a core Fleet API that facilitates the distribution of specific resources from the hub cluster to member clusters within a fleet. This API offers scheduling capabilities that allow you to target the most suitable group of clusters for a set of resources using a complex rule set. For example, you can distribute resources to clusters in specific regions (North America, East Asia, Europe, etc.) and/or release stages (production, canary, etc.). You can even distribute resources according to certain topology spread constraints. +The CRP API is a core Fleet API that facilitates the distribution of specific resources from the hub cluster to +member clusters within a fleet. This API offers scheduling capabilities that allow you to target the most suitable +group of clusters for a set of resources using a complex rule set. For example, you can distribute resources to +clusters in specific regions (North America, East Asia, Europe, etc.) and/or release stages (production, canary, etc.). +You can even distribute resources according to certain topology spread constraints. ## API Components @@ -12,7 +16,8 @@ The CRP API generally consists of the following components: - **Resource Selectors**: These specify the set of resources selected for placement. - **Scheduling Policy**: This determines the set of clusters where the resources will be placed. -- **Rollout Strategy**: This controls the behavior of resource placement when the resources themselves and/or the scheduling policy are updated, minimizing interruptions caused by refreshes. +- **Rollout Strategy**: This controls the behavior of resource placement when the resources themselves and/or the + scheduling policy are updated, minimizing interruptions caused by refreshes. The following sections discuss these components in depth.