-
Notifications
You must be signed in to change notification settings - Fork 5.9k
feat: add write back to application informer #15987
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Signed-off-by: Soumya Ghosh Dastidar <gdsoumya@gmail.com>
c4b0def
to
260da6b
Compare
Signed-off-by: Soumya Ghosh Dastidar <gdsoumya@gmail.com>
Signed-off-by: Soumya Ghosh Dastidar <gdsoumya@gmail.com>
…into feat/informerWriteBack
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #15987 +/- ##
==========================================
+ Coverage 49.53% 49.55% +0.01%
==========================================
Files 269 269
Lines 46627 46641 +14
==========================================
+ Hits 23097 23112 +15
+ Misses 21259 21257 -2
- Partials 2271 2272 +1
☔ View full report in Codecov by Sentry. |
Signed-off-by: Soumya Ghosh Dastidar <gdsoumya@gmail.com>
Signed-off-by: Soumya Ghosh Dastidar <gdsoumya@gmail.com>
4958335
to
bd97538
Compare
Signed-off-by: Soumya Ghosh Dastidar <gdsoumya@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Signed-off-by: gdsoumya <44349253+gdsoumya@users.noreply.github.com>
Thank you! I think this will resolve a lot of timing related issues that have happened from the status reconciler vs. the operation reconciler. |
Signed-off-by: Soumya Ghosh Dastidar <gdsoumya@gmail.com> Signed-off-by: gdsoumya <44349253+gdsoumya@users.noreply.github.com>
Signed-off-by: Soumya Ghosh Dastidar <gdsoumya@gmail.com> Signed-off-by: gdsoumya <44349253+gdsoumya@users.noreply.github.com> Signed-off-by: jmilic1 <70441727+jmilic1@users.noreply.github.com>
Signed-off-by: Soumya Ghosh Dastidar <gdsoumya@gmail.com> Signed-off-by: gdsoumya <44349253+gdsoumya@users.noreply.github.com>
Signed-off-by: Soumya Ghosh Dastidar <gdsoumya@gmail.com> Signed-off-by: gdsoumya <44349253+gdsoumya@users.noreply.github.com>
Signed-off-by: Soumya Ghosh Dastidar <gdsoumya@gmail.com> Signed-off-by: gdsoumya <44349253+gdsoumya@users.noreply.github.com>
This PR adds informer cache writebacks (like rollouts) to update the application cache faster.
Checklist: