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

HTTPRoute Fails to Get Reconciled #758

Closed
danehans opened this issue Nov 30, 2022 · 1 comment
Closed

HTTPRoute Fails to Get Reconciled #758

danehans opened this issue Nov 30, 2022 · 1 comment
Assignees
Labels
kind/bug Something isn't working
Milestone

Comments

@danehans
Copy link
Contributor

An HTTPRoute fails to get reconciled when other HTTPRoutes exist that reference an unmanaged GatewayClass. Reconciliation for the HTTPRoute is bypassed with httproute doesn't reference any managed gateways. This is b/c the controller lists all HTTPRoutes (including ones that reference an unmanaged GatewayClass). If the HTTPRoute that references an unmanaged GatewayClass is the first in the list, then reconciliation is bypassed instead of continuing to iterate through the HTTTPRoute list.

@danehans danehans added the kind/bug Something isn't working label Nov 30, 2022
@danehans danehans self-assigned this Nov 30, 2022
@danehans danehans added this to the 0.3.0-rc.1 milestone Nov 30, 2022
@danehans
Copy link
Contributor Author

danehans commented Dec 6, 2022

Fixed by #702

@danehans danehans closed this as completed Dec 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant