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

RateLimitPolicy status is not accurate when targeting a gateway #340

Closed
eguzki opened this issue Nov 27, 2023 · 3 comments
Closed

RateLimitPolicy status is not accurate when targeting a gateway #340

eguzki opened this issue Nov 27, 2023 · 3 comments
Milestone

Comments

@eguzki
Copy link
Contributor

eguzki commented Nov 27, 2023

The status Message/Reaon mentions HTTPRoute even when the policy is targeting a gateway.

kubectl describe ratelimitpolicy mypolicy
...
Spec:
  Limits:
    Global:
      Rates:
        Duration:  10
        Limit:     10
        Unit:      second
  Target Ref:
    Group:  gateway.networking.k8s.io
    Kind:   Gateway
    Name:  mypolicy
Status:
  Conditions:
    Last Transition Time:  2023-11-27T11:59:43Z
    Message:               HTTPRoute is ratelimited
    Reason:                HTTPRouteProtected
    Status:                True
    Type:                  Available
  Observed Generation:     1
@eguzki
Copy link
Contributor Author

eguzki commented Nov 27, 2023

Credits to @david-martin

@alexsnaps alexsnaps moved this to Todo in Kuadrant Jan 22, 2024
@KevFan KevFan moved this from Todo to Done in Kuadrant Feb 15, 2024
@KevFan KevFan added this to the v0.7.0 milestone Feb 15, 2024
@KevFan
Copy link
Contributor

KevFan commented Feb 15, 2024

Closing as addressed in #347, which will be included in the next Kuadrant Operator release

@KevFan KevFan closed this as completed Feb 15, 2024
@david-martin
Copy link
Member

Thanks @KevFan

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Status: No status
Development

No branches or pull requests

3 participants