Skip to content

Commit 2d6f91f

Browse files
committed
[zh] sync glossary: mixed-version-proxy.md
1 parent 0edad2f commit 2d6f91f

File tree

1 file changed

+42
-0
lines changed

1 file changed

+42
-0
lines changed
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
---
2+
title: 混合版本代理
3+
id: mvp
4+
date: 2023-07-24
5+
full_link: /zh-cn/docs/concepts/architecture/mixed-version-proxy/
6+
short_description: >
7+
此特性使 kube-apiserver 能够将资源请求代理到另一个对等 API 服务器。
8+
aka: ["MVP"]
9+
tags:
10+
- architecture
11+
---
12+
<!--
13+
title: Mixed Version Proxy (MVP)
14+
id: mvp
15+
date: 2023-07-24
16+
full_link: /docs/concepts/architecture/mixed-version-proxy/
17+
short_description: >
18+
Feature that lets a kube-apiserver proxy a resource request to a different peer API server.
19+
aka: ["MVP"]
20+
tags:
21+
- architecture
22+
-->
23+
24+
<!--
25+
Feature to let a kube-apiserver proxy a resource request to a different peer API server.
26+
-->
27+
此特性使 kube-apiserver 能够将资源请求代理到另一个对等 API 服务器。
28+
29+
<!--more-->
30+
31+
<!--
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.
34+
35+
MVP is disabled by default and can be activated by enabling
36+
the [feature gate](/docs/reference/command-line-tools-reference/feature-gates/) named `UnknownVersionInteroperabilityProxy` when
37+
the {{< glossary_tooltip text="API Server" term_id="kube-apiserver" >}} is started.
38+
-->
39+
当集群中多个 API 服务器在运行不同版本 Kubernetes 时,此特性可以确保资源请求由正确的 API 服务器处理。
40+
41+
MVP 默认被禁用,可以在 {{< glossary_tooltip text="API 服务器" term_id="kube-apiserver" >}}启动时通过启用名为
42+
`UnknownVersionInteroperabilityProxy`[特性门控](/zh-cn/docs/reference/command-line-tools-reference/feature-gates/)来激活。

0 commit comments

Comments
 (0)