Merge pull request #50055 from windsonsea/btrwca

[zh] Add feature-gates/BtreeWatchCache.md
This commit is contained in:
Kubernetes Prow Robot 2025-03-10 19:55:46 -07:00 committed by GitHub
commit 72dbe9ccb5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,20 @@
---
title: BtreeWatchCache
content_type: feature_gate
_build:
list: never
render: false
stages:
- stage: beta
defaultValue: true
fromVersion: "1.32"
---
<!--
When enabled, the API server will replace the legacy HashMap-based _watch cache_
with a BTree-based implementation. This replacement may bring performance improvements.
-->
启用后API 服务器将把传统的基于 HashMap 的 **监视缓存watch cache** 替换为基于 BTree 的实现。
这种替换可能会带来性能提升。