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 805
805
if [[ " ${ENABLE_EGRESS_VIA_KONNECTIVITY_SERVICE:- false} " == " true" ]]; then
806
806
if [[ " ${KONNECTIVITY_SERVICE_PROXY_PROTOCOL_MODE:- grpc} " == ' grpc' ]]; then
807
807
cat << EOF >/etc/srv/kubernetes/egress_selector_configuration.yaml
808
- apiVersion: apiserver.k8s.io/v1alpha1
808
+ apiVersion: apiserver.k8s.io/v1beta1
809
809
kind: EgressSelectorConfiguration
810
810
egressSelections:
811
811
- name: cluster
@@ -823,7 +823,7 @@ egressSelections:
823
823
EOF
824
824
elif [[ " ${KONNECTIVITY_SERVICE_PROXY_PROTOCOL_MODE:- grpc} " == ' http-connect' ]]; then
825
825
cat << EOF >/etc/srv/kubernetes/egress_selector_configuration.yaml
826
- apiVersion: apiserver.k8s.io/v1alpha1
826
+ apiVersion: apiserver.k8s.io/v1beta1
827
827
kind: EgressSelectorConfiguration
828
828
egressSelections:
829
829
- name: cluster
You can’t perform that action at this time.
0 commit comments