You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
improve: filter only own updates for read-after-write-consistency (#3414)
Reworks how the framework filters watch events caused by the controller's own writes. The previous "expect this single RV" approach couldn't handle concurrent writes, foreign updates between two of our writes, mid-window deletes, or relist gaps. It is replaced with a per-resource event-filter window driven by an explicit state machine.
Signed-off-by: Attila Mészáros <a_meszaros@apple.com>
improve: informer health check should not rely on isWatching (#3209) (#……3395)
Signed-off-by: Attila Mészáros <a_meszaros@apple.com>
Co-authored-by: Attila Mészáros <a_meszaros@apple.com>
improve: config providers for yaml and properties logs only warning o…
…n missing file (#3245)
* improve: config providers for yaml and properties logs only warning on missing file
This it is easier to handle dynamic configurations coming from a ConfigMap
Signed-off-by: Attila Mészáros <a_meszaros@apple.com>
* Apply suggestions from code review
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Signed-off-by: Attila Mészáros <a_meszaros@apple.com>
---------
Signed-off-by: Attila Mészáros <a_meszaros@apple.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
docs: blog post on read-cache-after-write consistency (#3194)
Signed-off-by: Attila Mészáros <a_meszaros@apple.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>