From 936f7665cf114898554e89859cd637bafd399231 Mon Sep 17 00:00:00 2001 From: Jefftree Date: Thu, 19 Mar 2020 11:49:47 -0700 Subject: [PATCH] network proxy alpha -> beta --- cluster/gce/gci/configure-helper.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cluster/gce/gci/configure-helper.sh b/cluster/gce/gci/configure-helper.sh index 2ac0d176071..2506e8867cf 100644 --- a/cluster/gce/gci/configure-helper.sh +++ b/cluster/gce/gci/configure-helper.sh @@ -808,7 +808,7 @@ EOF if [[ "${ENABLE_EGRESS_VIA_KONNECTIVITY_SERVICE:-false}" == "true" ]]; then if [[ "${KONNECTIVITY_SERVICE_PROXY_PROTOCOL_MODE:-grpc}" == 'grpc' ]]; then cat </etc/srv/kubernetes/egress_selector_configuration.yaml -apiVersion: apiserver.k8s.io/v1alpha1 +apiVersion: apiserver.k8s.io/v1beta1 kind: EgressSelectorConfiguration egressSelections: - name: cluster @@ -826,7 +826,7 @@ egressSelections: EOF elif [[ "${KONNECTIVITY_SERVICE_PROXY_PROTOCOL_MODE:-grpc}" == 'http-connect' ]]; then cat </etc/srv/kubernetes/egress_selector_configuration.yaml -apiVersion: apiserver.k8s.io/v1alpha1 +apiVersion: apiserver.k8s.io/v1beta1 kind: EgressSelectorConfiguration egressSelections: - name: cluster