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'](a0aebf96ec)
pull/34839/head
monk 2022-07-06 10:36:52 +08:00
parent eac909a562
commit 950b8747a3
1 changed files with 1 additions and 1 deletions

View File

@ -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