mirror of https://github.com/kubernetes/kops.git
scale-test: Fix cluster deletion twice
This commit is contained in:
parent
6f049954dc
commit
f3c4d96a51
|
|
@ -201,6 +201,6 @@ fi
|
|||
|
||||
|
||||
if [[ "${DELETE_CLUSTER:-}" == "true" ]]; then
|
||||
kubetest2 kops "${KUBETEST2_ARGS[@]}" --down
|
||||
DELETE_CLUSTER=false # Don't delete again in trap
|
||||
kubetest2 kops "${KUBETEST2_ARGS[@]}" --down
|
||||
fi
|
||||
|
|
|
|||
Loading…
Reference in New Issue