Skip to content

Commit 9d302b4

Browse files
committed
Enhancement for feedback scrape type
1 parent 06f0b76 commit 9d302b4

File tree

1 file changed

+5
-1
lines changed
  • enhancements/sig-architecture/179-work-feedback-scrape-type

1 file changed

+5
-1
lines changed

enhancements/sig-architecture/179-work-feedback-scrape-type/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,9 @@ Consider including folks that also work outside your immediate sub-project.
9696

9797
#### ManifestWork CRD Changes
9898
```
99+
apiVersion: work.open-cluster-management.io/v1alpha1
100+
kind: ManifestWorkReplicaSet
101+
...
99102
spec:
100103
workload: ...
101104
manifestConfigs:
@@ -127,7 +130,8 @@ When there is a change seen on the WATCH type, patch the status conditions for t
127130

128131
#### Hub Level ManifestWorkReplicaSet Controller Reconciler
129132

130-
The update to the hub level will be the same for the new feature of `feedbackScrapeType` WATCH | POLL. When the ManifestWork has an update in the status feedback, trigger a resync of the MWRS to get the status feedback details. Once the MWRS is "Ready" which has completed the rollout, stop the reconciler to prevent overloading the KubeAPI.
133+
The update to the hub level will be the same for the new feature of `feedbackScrapeType` WATCH | POLL. When the ManifestWork has an update in the status feedback, trigger a resync of the MWRS to get the status feedback details. Once the MWRS is `Ready` status which has completed the rollout, stop the reconciler to prevent overloading the KubeAPI. (`Ready` status Proposal is TBD)
134+
131135

132136
### Open Questions [optional]
133137

0 commit comments

Comments
 (0)