16 lines
310 B
Markdown
16 lines
310 B
Markdown
---
|
|
title: SeparateCacheWatchRPC
|
|
content_type: feature_gate
|
|
_build:
|
|
list: never
|
|
render: false
|
|
|
|
stages:
|
|
- stage: beta
|
|
defaultValue: true
|
|
fromVersion: "1.20"
|
|
---
|
|
Allows the API server watch cache to create a watch on a dedicated RPC.
|
|
This prevents watch cache from being starved by other watches.
|
|
|