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 cee9a01 commit e9e225bCopy full SHA for e9e225b
hack/destroy-infrastructure.sh
@@ -10,4 +10,4 @@ source $SCRIPT_DIR/lib/common-env.sh
10
11
root="$SCRIPT_DIR/.."
12
13
-cat $root/cluster/eksctl/cluster.yaml | envsubst | eksctl delete cluster --wait --force --disable-nodegroup-eviction -f --timeout 45m -
+cat $root/cluster/eksctl/cluster.yaml | envsubst | eksctl delete cluster --wait --force --disable-nodegroup-eviction --timeout 45m -f -
0 commit comments