Skip to content

KEP 3157 (watch-list): add a new beta criterion #4453

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

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions keps/sig-api-machinery/3157-watch-list/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -674,6 +674,10 @@ We expect no non-infra related flakes in the last month as a GA graduation crite
with data obtained through a standard list request. The detector will be added to the reflector
and activated when an environment variable is set. The environment variable will be set for all jobs run in the Kube CI.
- Update the client-go generated List function to watchList data when the feature gate has been enabled and the ListOptions are satisfied.
- Implement a mechanism for automatically detecting etcd configuration
Whether it is safe to use the RequestWatchProgress API call
or if the experimental-watch-progress-notify-interval flag has been set.
Knowing etcd configuration will be used to automatically disable the streaming feature.

#### GA
- Consider using WatchProgressRequester to request progress notifications directly from etcd.
Expand Down