mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-17 23:19:26 +00:00
Add a tear down option to the e2e, that just tears down the cluster
Useful for cleaning state after failed runs.
This commit is contained in:
@@ -357,7 +357,8 @@ function test-teardown {
|
||||
--project ${PROJECT} \
|
||||
--norespect_terminal_width \
|
||||
--force \
|
||||
${MINION_TAG}-http-alt &
|
||||
$(dirname $0)/../cluster/kube-down.sh > /dev/null &
|
||||
${MINION_TAG}-http-alt
|
||||
$(dirname $0)/../cluster/kube-down.sh > /dev/null
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user