-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor integration tests: controller isolation
Controllers now are scoped to a dedicated namespace. Controllers now are started and stopped for each test case. This provides isolation from other test suites, ensuring there's no environment pollution. We also bumped Kubernetes to 1.26, because this version had some changes regarding Pod Admission Controllers, and it will be the minimum supported Kubernetes version in the next minor release. Signed-off-by: Aitor Perez Cedres <[email protected]>
- Loading branch information
Showing
18 changed files
with
1,471 additions
and
747 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
Oops, something went wrong.