Skip to content

Commit 936f766

Browse files
committed
network proxy alpha -> beta
1 parent 2c8ef3b commit 936f766

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cluster/gce/gci/configure-helper.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -808,7 +808,7 @@ EOF
808808
if [[ "${ENABLE_EGRESS_VIA_KONNECTIVITY_SERVICE:-false}" == "true" ]]; then
809809
if [[ "${KONNECTIVITY_SERVICE_PROXY_PROTOCOL_MODE:-grpc}" == 'grpc' ]]; then
810810
cat <<EOF >/etc/srv/kubernetes/egress_selector_configuration.yaml
811-
apiVersion: apiserver.k8s.io/v1alpha1
811+
apiVersion: apiserver.k8s.io/v1beta1
812812
kind: EgressSelectorConfiguration
813813
egressSelections:
814814
- name: cluster
@@ -826,7 +826,7 @@ egressSelections:
826826
EOF
827827
elif [[ "${KONNECTIVITY_SERVICE_PROXY_PROTOCOL_MODE:-grpc}" == 'http-connect' ]]; then
828828
cat <<EOF >/etc/srv/kubernetes/egress_selector_configuration.yaml
829-
apiVersion: apiserver.k8s.io/v1alpha1
829+
apiVersion: apiserver.k8s.io/v1beta1
830830
kind: EgressSelectorConfiguration
831831
egressSelections:
832832
- name: cluster

0 commit comments

Comments
 (0)