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 8d45abe commit 81e6b4dCopy full SHA for 81e6b4d
‎github_actions/deploy_cluster/cleanup.sh
@@ -15,4 +15,5 @@ cluster_name=`echo $RUNNER_NAME|tr '[:upper:]' '[:lower:]'|sed -r 's/-[a-z0-9]+$
15
kubeconfig=`/.venv/bin/oks-cli cluster kubeconfig --cluster-name $cluster_name --print-path`
16
export KUBECONFIG=$kubeconfig
17
18
-kubectl delete ns $OSC_CLUSTER_NAME
+# do not wait if stuck, frieza will purge everything
19
+kubectl delete ns $OSC_CLUSTER_NAME --timeout 2m || /bin/true
0 commit comments