-
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.
fix(cni): delegated gateway was not correctly injected (#11922)
I wanted to run Zone 2 in e2e tests in CNI mode and I encountered a problem with injection. We were injecting such init container ``` initContainers: - name: "" resources: {} ``` I fixed it and switched one zone to CNI to avoid this in the future. Inject container only if it's created Placing run-full-matrix, because I need to see if all variants are ok. I checked locally and e2e is fine with CNI. Signed-off-by: Jakub Dyszkiewicz <[email protected]>
- Loading branch information
1 parent
c00fd7e
commit 0869356
Showing
6 changed files
with
622 additions
and
0 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
Oops, something went wrong.