File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed
keps/sig-api-machinery/3157-watch-list Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -736,7 +736,7 @@ We expect no non-infra related flakes in the last month as a GA graduation crite
736
736
#### Beta
737
737
- Metrics are added to the kube-apiserver (see the [ monitoring-requirements] ( #monitoring-requirements ) section for more details)
738
738
- 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.
740
740
- The generic feature gate mechanism is implemented in client-go.
741
741
It will be used to enable a new functionality for reflectors/informers.
742
742
- 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
756
756
These fields are important for the correct decoding of the objects.
757
757
See also: https://github.com/kubernetes/kubernetes/pull/126191
758
758
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
+
759
767
#### GA
760
768
- [ Switch] ( https://github.com/kubernetes/kubernetes/blob/a07b1aaa5b39b351ec8586de800baa5715304a3f/staging/src/k8s.io/apiserver/pkg/storage/cacher/cacher.go#L416 )
761
769
the ` storage/cacher ` to use streaming directly from etcd
You can’t perform that action at this time.
0 commit comments