Skip to content

Commit 9904494

Browse files
committed
add health changes
Signed-off-by: Attila Mészáros <a_meszaros@apple.com>
1 parent 88ac375 commit 9904494

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/content/en/blog/releases/v5-3-release.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,12 @@ Dependent resources now record their desired state in the `Context` during recon
173173
allows reconcilers and downstream dependents in a workflow to inspect what a dependent resource
174174
computed 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

0 commit comments

Comments
 (0)