You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The way the backends_exists function is called in verify-functions.sh, it will pick up other backends that have the name k8s-ig-- and wait until they are gone until all 50 iterations have completed. If other backends are in place with those names, they can hold up the cleanup.sh process and cause a build teardown failure.
The text was updated successfully, but these errors were encountered:
The way the
backends_exists
function is called inverify-functions.sh
, it will pick up other backends that have the namek8s-ig--
and wait until they are gone until all 50 iterations have completed. If other backends are in place with those names, they can hold up thecleanup.sh
process and cause a build teardown failure.The text was updated successfully, but these errors were encountered: