Skip to content

Commit 01f0a13

Browse files
authored
Merge pull request #50538 from deads2k/disable-watchlist
update WatchList feature default to false for 1.33
2 parents 695e570 + a2d1388 commit 01f0a13

File tree

1 file changed

+4
-0
lines changed
  • content/en/docs/reference/command-line-tools-reference/feature-gates

1 file changed

+4
-0
lines changed

content/en/docs/reference/command-line-tools-reference/feature-gates/WatchList.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,9 @@ stages:
1313
- stage: beta
1414
defaultValue: true
1515
fromVersion: "1.32"
16+
toVersion: "1.32"
17+
- stage: beta
18+
defaultValue: false
19+
fromVersion: "1.33"
1620
---
1721
Enable support for [streaming initial state of objects in watch requests](/docs/reference/using-api/api-concepts/#streaming-lists).

0 commit comments

Comments
 (0)