-
Notifications
You must be signed in to change notification settings - Fork 337
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(e2e/framework): improve namespace deletion and add custom hooks (…
…#12703) ## Motivation & Implementation information - Namespace deletion now forcefully removes services, not just pods. This speeds up deletion significantly in perf-tests, where leaving services behind caused long delays due to Kubernetes events issues. - Added support for custom delete namespace hooks, allowing extra cleanup steps to be run after a namespace deletion is triggered. - Refactored `DeleteNamespace` to use a default hook that force deletes services and pods while allowing additional hooks. --------- Signed-off-by: Bart Smykla <[email protected]>
- Loading branch information
1 parent
1c7874d
commit 1a1fd0c
Showing
4 changed files
with
53 additions
and
20 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
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
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
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