From 950b8747a3e823bbf1d50429597eea590b0e6932 Mon Sep 17 00:00:00 2001 From: monk Date: Wed, 6 Jul 2022 10:36:52 +0800 Subject: [PATCH] Fix wrong guide for egress selection. This PR fix the wrong guide according to the commit bellow: [apiserver: support egress selection name 'controlplane' and deprecate 'master'](https://github.com/kubernetes/kubernetes/commit/a0aebf96ec2eef6517e2611335f0e6c9375dd807) --- .../admin/konnectivity/egress-selector-configuration.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/examples/admin/konnectivity/egress-selector-configuration.yaml b/content/en/examples/admin/konnectivity/egress-selector-configuration.yaml index c85f25ea51..631e6cc268 100644 --- a/content/en/examples/admin/konnectivity/egress-selector-configuration.yaml +++ b/content/en/examples/admin/konnectivity/egress-selector-configuration.yaml @@ -2,7 +2,7 @@ apiVersion: apiserver.k8s.io/v1beta1 kind: EgressSelectorConfiguration egressSelections: # Since we want to control the egress traffic to the cluster, we use the -# "cluster" as the name. Other supported values are "etcd", and "master". +# "cluster" as the name. Other supported values are "etcd", and "controlplane". - name: cluster connection: # This controls the protocol between the API Server and the Konnectivity