mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-26 21:17:23 +00:00
Sleep before deleting the cluster to give the controller manager time to
delete any cloudprovider resources still around from the last test.
This commit is contained in:
parent
fe3d59ba7a
commit
0188e9af8c
@ -222,5 +222,10 @@ fi
|
|||||||
|
|
||||||
### Clean up ###
|
### Clean up ###
|
||||||
if [[ "${E2E_DOWN,,}" == "true" ]]; then
|
if [[ "${E2E_DOWN,,}" == "true" ]]; then
|
||||||
|
# Sleep before deleting the cluster to give the controller manager time to
|
||||||
|
# delete any cloudprovider resources still around from the last test.
|
||||||
|
# 60 seconds was chosen as an arbitrary bound for how long it should take
|
||||||
|
# to delete load balancer resources.
|
||||||
|
sleep 60
|
||||||
go run ./hack/e2e.go ${E2E_OPT} -v --down
|
go run ./hack/e2e.go ${E2E_OPT} -v --down
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user