Skip to content

Commit dba3d59

Browse files
authored
Merge pull request #34839 from lshgdut/main
Fix wrong guide for egress selection.
2 parents af70960 + 950b874 commit dba3d59

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)