Merge pull request #34839 from lshgdut/main
Fix wrong guide for egress selection.
This commit is contained in:
commit
dba3d59c9f
|
@ -2,7 +2,7 @@ apiVersion: apiserver.k8s.io/v1beta1
|
||||||
kind: EgressSelectorConfiguration
|
kind: EgressSelectorConfiguration
|
||||||
egressSelections:
|
egressSelections:
|
||||||
# Since we want to control the egress traffic to the cluster, we use the
|
# 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
|
- name: cluster
|
||||||
connection:
|
connection:
|
||||||
# This controls the protocol between the API Server and the Konnectivity
|
# This controls the protocol between the API Server and the Konnectivity
|
||||||
|
|
Loading…
Reference in New Issue