File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 808
808
if [[ " ${ENABLE_EGRESS_VIA_KONNECTIVITY_SERVICE:- false} " == " true" ]]; then
809
809
if [[ " ${KONNECTIVITY_SERVICE_PROXY_PROTOCOL_MODE:- grpc} " == ' grpc' ]]; then
810
810
cat << EOF >/etc/srv/kubernetes/egress_selector_configuration.yaml
811
- apiVersion: apiserver.k8s.io/v1alpha1
811
+ apiVersion: apiserver.k8s.io/v1beta1
812
812
kind: EgressSelectorConfiguration
813
813
egressSelections:
814
814
- name: cluster
@@ -826,7 +826,7 @@ egressSelections:
826
826
EOF
827
827
elif [[ " ${KONNECTIVITY_SERVICE_PROXY_PROTOCOL_MODE:- grpc} " == ' http-connect' ]]; then
828
828
cat << EOF >/etc/srv/kubernetes/egress_selector_configuration.yaml
829
- apiVersion: apiserver.k8s.io/v1alpha1
829
+ apiVersion: apiserver.k8s.io/v1beta1
830
830
kind: EgressSelectorConfiguration
831
831
egressSelections:
832
832
- name: cluster
You can’t perform that action at this time.
0 commit comments