From 934cfdeebb440a451567ab2b8e53b2e9f72f40a0 Mon Sep 17 00:00:00 2001 From: wenhua Date: Thu, 14 Jul 2022 15:49:21 +0800 Subject: [PATCH] [zh-cn] sync content/en/examples/admin/konnectivity/egress-selector-configuration.yaml --- .../admin/konnectivity/egress-selector-configuration.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/zh-cn/examples/admin/konnectivity/egress-selector-configuration.yaml b/content/zh-cn/examples/admin/konnectivity/egress-selector-configuration.yaml index 2f1cff1aea..e2c9ddbb03 100644 --- a/content/zh-cn/examples/admin/konnectivity/egress-selector-configuration.yaml +++ b/content/zh-cn/examples/admin/konnectivity/egress-selector-configuration.yaml @@ -2,7 +2,7 @@ apiVersion: apiserver.k8s.io/v1beta1 kind: EgressSelectorConfiguration egressSelections: # 由于我们要控制集群的出站流量,所以将 “cluster” 用作 name。 -# 其他支持的值有 “etcd” 和 “master”。 +# 其他支持的值有 “etcd” 和 “controlplane”。 - name: cluster connection: # 这一属性将控制 API 服务器 Konnectivity 服务器之间的协议。