-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Kubernetes benchmarks: Wait for namespace cleanup before proceeding.
Prior to this change, the namespace cleanup process was "best-effort" and its result was ignored. But deletion is asynchronous and can fail. So the new implementation checks whether the `benchmark` namespace exists and, if it does, deletes it and waits for its full deletion to be complete. PiperOrigin-RevId: 708113377
- Loading branch information
1 parent
e6e1ecb
commit 0fb4cc7
Showing
1 changed file
with
40 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters