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
As it's done currently, Cleaner.Cleanup() waits for all the namespaces that it deletes, to actually get deleted.
This might sometimes be problematic e.g. in KIC's e2e tests we have a 3 minute context timeout for the cleanup and for some reason on GKE 1.25 it can't complete in time:
Is there an existing issue for this?
Problem Statement
As it's done currently,
Cleaner.Cleanup()
waits for all the namespaces that it deletes, to actually get deleted.This might sometimes be problematic e.g. in KIC's e2e tests we have a 3 minute context timeout for the cleanup and for some reason on GKE 1.25 it can't complete in time:
CI workflow: https://github.com/Kong/kubernetes-ingress-controller/actions/runs/4180632755
CI job failure: https://github.com/Kong/kubernetes-ingress-controller/actions/runs/4180632755/jobs/7241809673
Proposed Solution
.Cleanup()
to allow configurable behavior like waiting for namespaces to be deleted.Additional information
No response
Acceptance Criteria
.Cleanup()
and not wait for namespaces to be deleted.The text was updated successfully, but these errors were encountered: