You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: support/azure/kubernetes-fleet/cluster-resource-placement/crp-clusterresourceplacementscheduled-false.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ When using the `ClusterResourcePlacement` or `ResourcePlacement` API object in A
22
22
This issue might occur for one of the following reasons:
23
23
24
24
- 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.
26
26
- The placement resource selector selects a reserved namespace.
27
27
28
28
> [!NOTE]
@@ -31,7 +31,7 @@ This issue might occur for one of the following reasons:
31
31
## Case study: ClusterResourcePlacement
32
32
33
33
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`.
35
35
36
36
### ClusterResourcePlacement specification
37
37
@@ -216,7 +216,7 @@ status:
216
216
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.
217
217
218
218
## 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.
220
220
221
221
[!INCLUDE [Azure Help Support](../../../includes/azure-help-support.md)]
0 commit comments