From 04539878c7fa16f0b43a1a738a76a289967799ee Mon Sep 17 00:00:00 2001 From: Christopher Grant Date: Tue, 16 Jun 2020 11:46:38 -0500 Subject: [PATCH] Removing Beta from hub registration command (#63) --- connect-hub/cleanup-hub.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/connect-hub/cleanup-hub.sh b/connect-hub/cleanup-hub.sh index aaf1d1d..5d0b423 100755 --- a/connect-hub/cleanup-hub.sh +++ b/connect-hub/cleanup-hub.sh @@ -18,4 +18,4 @@ export REMOTE_CLUSTER_NAME_BASE="remote" export REMOTE_CLUSTER_NAME=$REMOTE_CLUSTER_NAME_BASE.k8s.local -gcloud beta container memberships unregister --context=$REMOTE_CLUSTER_NAME_BASE +gcloud container hub memberships unregister --context=$REMOTE_CLUSTER_NAME_BASE