File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
docs/content/en/blog/releases Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -173,6 +173,12 @@ Dependent resources now record their desired state in the `Context` during recon
173173allows reconcilers and downstream dependents in a workflow to inspect what a dependent resource
174174computed as its desired state, which is useful for debugging and composite workflows.
175175
176+ ### Informer Health Checks
177+
178+ Informers health status no longer checks ` isWacthing ` . For ready and startup probes mainly ` hasSynced `
179+ should be taken into the account, but from the point informer started ` isWatching ` is not suitable
180+ for liveness checks.
181+
176182## Additional Improvements
177183
178184- ** Annotation removal using locking** : Finalizer and annotation management no longer uses
You can’t perform that action at this time.
0 commit comments