Skip to content
Open
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
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
title: WatchListCompression
content_type: feature_gate
_build:
list: never
render: false

stages:
- stage: beta
defaultValue: true
fromVersion: "1.37"
---
Enables compression for
[_watch list_](/docs/reference/using-api/api-concepts/#streaming-lists)
responses from the API server.

@lmktfy lmktfy Jul 18, 2026

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe something like this?

 responses from the API server.
+
+If you disable the
+[`WatchList`](/docs/reference/command-line-tools-+reference/feature-gates/#WatchList)
+feature gate, the API server starts without any error,
+but Kubernetes doesn't provide support for watch lists
+(compressed or uncompressed).

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd prefer to keep this doc focused on WatchListCompression rather than explaining WatchList behavior here.

How about: This feature gate has no effect if WatchList is disabled. ?

This feature gate has no effect if `WatchList` is disabled.