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

Kube Gw reconciles any GatewayClass regardless of controllerName #9660

Closed
lgadban opened this issue Jun 21, 2024 · 0 comments · Fixed by #9668
Closed

Kube Gw reconciles any GatewayClass regardless of controllerName #9660

lgadban opened this issue Jun 21, 2024 · 0 comments · Fixed by #9668
Assignees
Labels
Area: Gloo Gateway Issues related to the Gloo Gateway project Type: Bug Something isn't working

Comments

@lgadban
Copy link
Contributor

lgadban commented Jun 21, 2024

Gloo Edge Product

Open Source

Gloo Edge Version

latest

Kubernetes Version

n/a

Describe the bug

Kube Gw reconciles any GatewayClass regardless of controllerName

Expected Behavior

Only GwClasses with gloo-gateway controllerName should be reconciled

Steps to reproduce the bug

Create a GwClass with any controllerName and see it get accepted

apiVersion: gateway.networking.k8s.io/v1
kind: GatewayClass
metadata:
  name: gateway-bogus
spec:
  controllerName: multi.io/bogus-gateway

Additional Environment Detail

No response

Additional Context

No response

@lgadban lgadban added Type: Bug Something isn't working Area: Gloo Gateway Issues related to the Gloo Gateway project labels Jun 21, 2024
@lgadban lgadban self-assigned this Jun 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: Gloo Gateway Issues related to the Gloo Gateway project Type: Bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant