Skip to content

Commit ee39cec

Browse files
authored
Merge pull request #4423 from p0lyn0mial/kep-watch-list-update-ga-critiria
KEP 3157 (watch-list): add a GA critiera
2 parents f361e4b + 91f95e5 commit ee39cec

File tree

1 file changed

+3
-0
lines changed
  • keps/sig-api-machinery/3157-watch-list

1 file changed

+3
-0
lines changed

keps/sig-api-machinery/3157-watch-list/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -679,6 +679,9 @@ We expect no non-infra related flakes in the last month as a GA graduation crite
679679
- Consider using WatchProgressRequester to request progress notifications directly from etcd.
680680
This mechanism was developed in [Consistent Reads from Cache KEP](https://github.com/kubernetes/enhancements/tree/master/keps/sig-api-machinery/2340-Consistent-reads-from-cache#use-requestprogress-to-enable-automatic-watch-updates)
681681
and could reduce the overall latency for watchlist requests.
682+
- [Switch](https://github.com/kubernetes/kubernetes/blob/a07b1aaa5b39b351ec8586de800baa5715304a3f/staging/src/k8s.io/apiserver/pkg/storage/cacher/cacher.go#L416)
683+
the `storage/cacher` to use streaming directly from etcd
684+
(This will also allow us to [remove](https://github.com/kubernetes/kubernetes/blob/a07b1aaa5b39b351ec8586de800baa5715304a3f/staging/src/k8s.io/client-go/tools/cache/reflector.go#L110) the `reflector.UseWatchList` field).
682685

683686
<!--
684687
**Note:** *Not required until targeted at a release.*

0 commit comments

Comments
 (0)