Closed azgabur closed 1 year ago
Add kuadrant.io/namespace: kuadrant-system
annotation to the gateway. (or whatever namespace you deploy kuadrant)
Adding this annotation fixed the problem, thanks!
While the annotation works, I would keep those open as it should not be required to add any annotation, or, at least, it should be clearly specified in the docs
While testing new images I encountered following bug: Error message in RateLimitPolicy status:
'Internal error occurred: object *v1beta1.Gateway is not Kuadrant managed'
I created the gateway and HttpRoute after Kuadrant deployment, it is possible that is the problem.
Tested image/catalog-source: https://github.com/Kuadrant/kuadrant-operator/actions/runs/6286740056/job/17070796884 Istio version: 1.16.1 Openshift version: 4.12.32 I attach used gateway, httproute and ratelimitpolicy yaml: gateway.yaml.txt httproute.yaml.txt ratelimit.yaml.txt
Kuadrant operator log:
Steps to reproduce:
authorino
namespace create new gateway as in gateway.yaml attachment