Skip to content

Commit

Permalink
rebase and fix
Browse files Browse the repository at this point in the history
Signed-off-by: melserngawy <[email protected]>
  • Loading branch information
serngawy committed Nov 15, 2023
1 parent 52e1f06 commit 9601b01
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions content/en/concepts/manifestworkreplicaset.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ spec:
rolloutType: ProgressivePerGroup
progressivePerGroup:
progressDeadline: 10m
maxFailures: 5%
maxFailures: 2
manifestWorkTemplate:
deleteOption:
propagationPolicy: SelectivelyOrphan
Expand Down Expand Up @@ -103,8 +103,10 @@ The manifestWorkReplicaSet Summary aggregate the placementSummary showing the to
The manifestWorkReplicaSet has three status conditions;
1. **PlacementVerified** verify the placementRefs status; not exist or empty cluster selection.
1. **ManifestWorkApplied** verify the created manifestWork status; applied, progressing, degraded or available.
1. **PlacementRolledOut** verify the rollout strategy status; progressing or complete.
1. **ManifestWorkApplied** verify the created manifestWork status; applied, progressing, degraded or available.
The manifestWorkReplicaSet determine the ManifestWorkApplied condition status based on the resource state (applied or available) of each manifestWork.
Here is an example.
Expand Down

0 comments on commit 9601b01

Please sign in to comment.