ILS-2074 Cache gateway resources only in operator namespace#1063
Merged
Michal-Szczygiel merged 4 commits intodevelopfrom Apr 14, 2026
Merged
ILS-2074 Cache gateway resources only in operator namespace#1063Michal-Szczygiel merged 4 commits intodevelopfrom
Michal-Szczygiel merged 4 commits intodevelopfrom
Conversation
dpermus-ibm
approved these changes
Apr 10, 2026
| &corev1.Pod{}: {Label: licensingLabelSelector}, | ||
| &gatewayv1.Gateway{}: {Namespaces: operatorNamespaceOnly}, | ||
| &gatewayv1.HTTPRoute{}: {Namespaces: operatorNamespaceOnly}, | ||
| &gatewayv1.BackendTLSPolicy{}: {Namespaces: operatorNamespaceOnly}, |
Collaborator
There was a problem hiding this comment.
will this work if there are no gateway API CRDs on the cluster?
we also probably should consider this switch here: IsGatewayAPI
NorbertKoziana
approved these changes
Apr 13, 2026
Michal-Szczygiel
added a commit
that referenced
this pull request
Apr 15, 2026
* Cache gateway resources only in operator ns * Check for CRD-s before setting cache * Exist with status = 1 after k8s API check failure * Refactoring --------- Co-authored-by: Michal Szczygiel <Michal.Szczygiel@ibm.com>
Michal-Szczygiel
added a commit
that referenced
this pull request
Apr 16, 2026
…1066) * ILS-2074 Cache gateway resources only in operator namespace (#1063) * Cache gateway resources only in operator ns * Check for CRD-s before setting cache * Exist with status = 1 after k8s API check failure * Refactoring --------- Co-authored-by: Michal Szczygiel <Michal.Szczygiel@ibm.com> * bump go to 1.26.2 * Version bump to 4.2.22 - LS only --------- Co-authored-by: Michal Szczygiel <Michal.Szczygiel@ibm.com> Co-authored-by: Karol Matoga <Karol.Matoga@ibm.com>
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Bug fixes:
Parent issue
ILS-2074
Type
What types of changes does your code introduce?
Put an
xin the boxes that applyExtra information
Testing
Before merging your PR, ensure Jenkins tests pass by following these steps:
Test images for further QA testing (if applicable):