Skip to content

Commit 480a43b

Browse files
committed
Update KEP 3157 (watch-list) for milestone 1.33
1 parent e53812e commit 480a43b

File tree

1 file changed

+9
-1
lines changed
  • keps/sig-api-machinery/3157-watch-list

1 file changed

+9
-1
lines changed

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

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -736,7 +736,7 @@ We expect no non-infra related flakes in the last month as a GA graduation crite
736736
#### Beta
737737
- Metrics are added to the kube-apiserver (see the [monitoring-requirements](#monitoring-requirements) section for more details)
738738
- Implement `SendInitialEvents` for `watch` requests in the etcd storage implementation
739-
- The feature is enabled for kube-apiserver and kube-controller-manager
739+
- The feature is enabled for kube-apiserver and kube-controller-manager.
740740
- The generic feature gate mechanism is implemented in client-go.
741741
It will be used to enable a new functionality for reflectors/informers.
742742
- Implement a consistency check detector that will compare data received through a new watchlist request
@@ -756,6 +756,14 @@ We expect no non-infra related flakes in the last month as a GA graduation crite
756756
These fields are important for the correct decoding of the objects.
757757
See also: https://github.com/kubernetes/kubernetes/pull/126191
758758

759+
#### Beta2
760+
- The feature is enabled for kubelet.
761+
- Add watchlist support to the fake client so that starting an informer with a fake client works correctly.
762+
- Extend the existing performance tests with a case that adds a large number of small objects.
763+
The current perf test adds a small number of large objects.
764+
The new variant will help catch potential regressions such as https://github.com/kubernetes/kubernetes/issues/129467
765+
766+
759767
#### GA
760768
- [Switch](https://github.com/kubernetes/kubernetes/blob/a07b1aaa5b39b351ec8586de800baa5715304a3f/staging/src/k8s.io/apiserver/pkg/storage/cacher/cacher.go#L416)
761769
the `storage/cacher` to use streaming directly from etcd

0 commit comments

Comments
 (0)