-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Delay Gateway API CRD Removal Until After Cilium Update (#614)
Previously, Gateway API CRDs were installed and removed at the start of enabling or disabling the Gateway feature. This approach caused issues when the Gateway feature was disabled, as the CRDs were removed too early, leading to failures in Cilium's cleanup process due to the absence of these CRDs. This commit ensures that Gateway API CRDs are only removed after Cilium has been updated, preventing cleanup failures.
- Loading branch information
1 parent
51abfa3
commit a1dc288
Showing
1 changed file
with
89 additions
and
65 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