You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tính năng cho phép kube-apiserver ủy quyền (proxy) yêu cầu tài nguyên sang một API server ngang hàng khác.
8
+
aka: ["MVP"]
9
+
tags:
10
+
- architecture
11
+
---
12
+
Tính năng cho phép kube-apiserver ủy quyền (proxy) yêu cầu tài nguyên sang một API server ngang hàng khác.
13
+
14
+
<!--more-->
15
+
16
+
Khi một cụm (cluster) có nhiều API server đang chạy các phiên bản Kubernetes khác nhau, tính năng này cho phép các yêu cầu tài nguyên được xử lý bởi API server phù hợp.
17
+
18
+
MVP bị vô hiệu hóa theo mặc định và có thể được kích hoạt bằng cách bật
19
+
[feature gate](/docs/reference/command-line-tools-reference/feature-gates/) có tên `UnknownVersionInteroperabilityProxy` khi
20
+
{{< glossary_tooltip text="API Server" term_id="kube-apiserver" >}} được khởi chạy.
0 commit comments