You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if [[ "$cluster_status"=="ACTIVE" ]] && [[ "$arg1"!="--update" ]];then
77
+
echo"error: there is already a cluster named \"$CORTEX_CLUSTER_NAME\" in $CORTEX_REGION"
78
+
exit 1
79
+
fi
80
+
76
81
if [ "$cluster_status"=="DELETING" ];then
77
82
echo"error: your cortex cluster named \"$CORTEX_CLUSTER_NAME\" in $CORTEX_REGION is currently spinning down; please try again once it is completely deleted (may take a few minutes)"
0 commit comments