You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since this feature was started, [Marek Siarkowicz](https://github.com/serathius) integrated a new technology into the
211
+
Kubernetes API server: _streaming collection encoding_.
212
+
Kubernetes v1.33 introduced two related feature gates, `StreamingCollectionEncodingToJSON` and `StreamingCollectionEncodingToProtobuf`.
213
+
These features encode via a stream and avoid allocating all the memory at once.
214
+
This functionality is bit-for-bit compatible with existing **list** encodings, produces even greater server-side memory savings, and doesn't require any changes to client code.
215
+
In 1.33, the `WatchList` feature gate is disabled by default.
216
+
-->
217
+
## Kubernetes 1.33 更新 {#kubernetes-1.33-update}
218
+
219
+
自该功能启动以来,[Marek Siarkowicz](https://github.com/serathius) 在 Kubernetes API
0 commit comments