-
Notifications
You must be signed in to change notification settings - Fork 9.8k
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
*: add experimental flag for watch notify interval #11463
*: add experimental flag for watch notify interval #11463
Conversation
cc @jpbetz |
Codecov Report
@@ Coverage Diff @@
## master #11463 +/- ##
==========================================
- Coverage 64.21% 63.96% -0.26%
==========================================
Files 403 403
Lines 38079 38083 +4
==========================================
- Hits 24453 24358 -95
- Misses 11993 12066 +73
- Partials 1633 1659 +26
Continue to review full report at Codecov.
|
f44a4c6
to
e628ced
Compare
shall we make this a global flag? or a per watch configuration? |
my initial thought is to support global min value (do not overload server if user sets a very small value at per watcher level) and a per watcher value. |
This sounds good to me. So the global min value would be configured as a server flag, and the per watcher value is configured via an optional field in watch create request? |
yes. we can do this in two steps though. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Reopening this PR (just rebased). It seems useful to make the watch progress notify interval configurable. For example, see https://github.com/kubernetes/enhancements/tree/master/keps/sig-api-machinery/1904-efficient-watch-resumption |
I cannot reopen this PR... Let me create a new one. |
Make watch progress notify configurable via flag
--experimental-watch-progress-notify-interval
.