Skip to content

Commit

Permalink
Update content/zh/concepts/manifestworkreplicaset.md
Browse files Browse the repository at this point in the history
Co-authored-by: Dale Haiducek <[email protected]>
  • Loading branch information
haoqing0110 and dhaiducek authored Nov 15, 2023
1 parent 871122d commit 9c3bdae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/zh/concepts/manifestworkreplicaset.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,9 @@ The placement reference must be in the same namespace as the manifestWorkReplica
Let's assume the placement reference used in the previous example **placement-byname** has 10 clusters selected. The ManifestWorkReplicaSet monitors the Placement-selected clusters and creates/deletes ManifestWork for the placement clusters. The ManifestWorkReplicaSet tracks the status conditions of the created ManifestWorks and reports a summary for all ManifestWork statuses in the ManifestWorkReplicaSet status.
The manifestWorkReplicaSet has two status conditions;
The ManifestWorkReplicaSet has two status conditions;
1. **PlacementVerified** to verify the placementRefs (not exist or empty cluster selection).
1. **ManifestWorkApplied** to verify all the created manifestWork status conditions (applied, progressing, degraded or available).
1. **ManifestWorkApplied** to verify all the created ManifestWork status conditions (applied, progressing, degraded or available).
Here is an example.
Expand Down

0 comments on commit 9c3bdae

Please sign in to comment.