Skip to content

Commit 950b874

Browse files
committed
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'](kubernetes/kubernetes@a0aebf9)
1 parent eac909a commit 950b874

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/examples/admin/konnectivity/egress-selector-configuration.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: apiserver.k8s.io/v1beta1
22
kind: EgressSelectorConfiguration
33
egressSelections:
44
# Since we want to control the egress traffic to the cluster, we use the
5-
# "cluster" as the name. Other supported values are "etcd", and "master".
5+
# "cluster" as the name. Other supported values are "etcd", and "controlplane".
66
- name: cluster
77
connection:
88
# This controls the protocol between the API Server and the Konnectivity

0 commit comments

Comments
 (0)