We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6a3894 commit 1ff333fCopy full SHA for 1ff333f
manager/uninstall.sh
@@ -18,14 +18,6 @@ set -e
18
19
EKSCTL_TIMEOUT=45m
20
21
-eksctl utils write-kubeconfig --cluster=$CORTEX_CLUSTER_NAME --region=$CORTEX_REGION | grep -v "saved kubeconfig as" | grep -v "using region" | grep -v "eksctl version" || true
22
-
23
-# will return "" if there are any errors
24
-function get_operator_endpoint() {
25
- kubectl -n=istio-system get service ingressgateway-operator -o json | tr -d '[:space:]' | sed 's/.*{\"hostname\":\"\(.*\)\".*/\1/'
26
-}
27
-operator_endpoint=$(get_operator_endpoint)
28
29
echo
30
31
eksctl delete cluster --wait --name=$CORTEX_CLUSTER_NAME --region=$CORTEX_REGION --timeout=$EKSCTL_TIMEOUT
0 commit comments