Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gateway controller collisions for cleanup and finalizers #132

Open
shaneutt opened this issue Feb 13, 2024 · 0 comments
Open

Gateway controller collisions for cleanup and finalizers #132

shaneutt opened this issue Feb 13, 2024 · 0 comments
Labels
bug Something isn't working migrated-from-archive Issues migrated from the archived KGO repository

Comments

@shaneutt
Copy link
Contributor

Current Behavior

As I found when working on https://github.com/Kong/gateway-operator/pull/1442, it seems possible currently for us to update Gateway resources which we don't control, as we manage cleanup and finalizers for Gateway resources prior to verifying support of those resources via GatewayClass.

Expected Behavior

We should not be updating resources we don't control, as this may collide with other Gateway implementations on the cluster.

Steps To Reproduce

  1. deploy the KGO
  2. deploy any other Gateway implementation
  3. create a Gateway for the other implementation, see that we are adding and removing finalizers to it

Operator Version

c73b6aa

kubectl version

v1.27.10

@shaneutt shaneutt added the bug Something isn't working label Feb 13, 2024
@mlavacca mlavacca added the migrated-from-archive Issues migrated from the archived KGO repository label Apr 19, 2024
@czeslavo czeslavo transferred this issue from another repository Apr 22, 2024
@czeslavo czeslavo transferred this issue from another repository Apr 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working migrated-from-archive Issues migrated from the archived KGO repository
Projects
None yet
Development

No branches or pull requests

2 participants