File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
content/zh-cn/docs/reference/glossary Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -29,14 +29,17 @@ Feature to let a kube-apiserver proxy a resource request to a different peer API
2929<!-- more-->
3030
3131<!--
32- When a cluster has multiple API servers running different versions of Kubernetes, this
33- feature enables resource requests to be served by the correct API server.
32+ When a cluster has multiple API servers running different versions of Kubernetes, this
33+ feature enables {{< glossary_tooltip text="resource" term_id="api-resource" >}}
34+ requests to be served by the correct API server.
3435
3536MVP is disabled by default and can be activated by enabling
3637the [feature gate](/docs/reference/command-line-tools-reference/feature-gates/) named `UnknownVersionInteroperabilityProxy` when
3738the {{< glossary_tooltip text="API Server" term_id="kube-apiserver" >}} is started.
3839-->
39- 当集群中多个 API 服务器在运行不同版本 Kubernetes 时,此特性可以确保资源请求由正确的 API 服务器处理。
40+ 当集群中多个 API 服务器在运行不同版本 Kubernetes 时,
41+ 此特性可以确保{{< glossary_tooltip text="资源" term_id="api-resource" >}}请求由正确的
42+ API 服务器处理。
4043
4144MVP 默认被禁用,可以在 {{< glossary_tooltip text="API 服务器" term_id="kube-apiserver" >}}启动时通过启用名为
4245` UnknownVersionInteroperabilityProxy ` 的[ 特性门控] ( /zh-cn/docs/reference/command-line-tools-reference/feature-gates/ ) 来激活。
You can’t perform that action at this time.
0 commit comments