Skip to content

Commit a717809

Browse files
Wei WengWei Weng
authored andcommitted
scheduled acrolynx
Signed-off-by: Wei Weng <[email protected]>
1 parent 06eb939 commit a717809

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

support/azure/kubernetes-fleet/cluster-resource-placement/crp-clusterresourceplacementscheduled-false.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ When using the `ClusterResourcePlacement` or `ResourcePlacement` API object in A
2222
This issue might occur for one of the following reasons:
2323

2424
- The placement policy is set to `PickFixed`, but the specified cluster names don't match any joined member cluster name in the fleet, or the specified cluster is no longer connected to the fleet.
25-
- The placement policy is set to `PickN`, and N clusters are specified, but fewer than N clusters have joined the fleet or satisfied the placement policy.
25+
- The placement policy is set to `PickN`, and N clusters are specified, but fewer than N clusters joined the fleet or satisfied the placement policy.
2626
- The placement resource selector selects a reserved namespace.
2727

2828
> [!NOTE]
@@ -31,7 +31,7 @@ This issue might occur for one of the following reasons:
3131
## Case study: ClusterResourcePlacement
3232

3333
In the following example, a `ClusterResourcePlacement` with a `PickN` placement policy is trying to propagate resources to two clusters labeled `env:prod`. (The same scheduling logic applies to `ResourcePlacement`.)
34-
The two clusters, named `kind-cluster-1` and `kind-cluster-2`, have joined the fleet. However, only one member cluster, `kind-cluster-1`, has the label `env:prod`.
34+
The two clusters, named `kind-cluster-1` and `kind-cluster-2`, joined the fleet. However, only one member cluster, `kind-cluster-1`, has the label `env:prod`.
3535

3636
### ClusterResourcePlacement specification
3737

@@ -216,7 +216,7 @@ status:
216216
In this scenario, to resolve this issue, add the `env:prod` label to the member cluster resource for `kind-cluster-2` as well, so that the scheduler can select the cluster to propagate resources.
217217

218218
## General Notes
219-
The scheduling failure investigation flow is identical for ClusterResourcePlacement and ResourcePlacement; only the snapshot object kind differs. Replace CRP-specific object kinds with their RP equivalents when working with namespace-scoped placements.
219+
The scheduling failure investigation flow is identical for ClusterResourcePlacement and ResourcePlacement; only the snapshot object kind differs. Replace ClusterResourcePlacement (CRP)-specific object kinds with their ResourcePlacement (RP) equivalents when working with namespace-scoped placements.
220220

221221
[!INCLUDE [Azure Help Support](../../../includes/azure-help-support.md)]
222222

0 commit comments

Comments
 (0)