Skip to content

Commit 3b67fd5

Browse files
authored
Merge pull request #53180 from my-git9/npe-26779
[zh-cn]sync mixed-version-proxy
2 parents de60491 + 82ace9a commit 3b67fd5

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

content/zh-cn/docs/reference/glossary/mixed-version-proxy.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff 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
3536
MVP is disabled by default and can be activated by enabling
3637
the [feature gate](/docs/reference/command-line-tools-reference/feature-gates/) named `UnknownVersionInteroperabilityProxy` when
3738
the {{< 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

4144
MVP 默认被禁用,可以在 {{< glossary_tooltip text="API 服务器" term_id="kube-apiserver" >}}启动时通过启用名为
4245
`UnknownVersionInteroperabilityProxy`[特性门控](/zh-cn/docs/reference/command-line-tools-reference/feature-gates/)来激活。

0 commit comments

Comments
 (0)