cloud-bulldozer / k8s-netperf

Running Networking Performance Tests against K8s
Apache License 2.0
28 stars 18 forks source link

wait for client/server from previous deployment to terminate #6

Closed jtaleric closed 2 years ago

jtaleric commented 2 years ago

Currently, we check for the deployment, and proceed (regardless of the state). Instead we should determine if the existing deployment is terminating, and if so, wait for it to terminate.