Closed eguzki closed 2 years ago
The limitador operator applies rate limit CR configuration on the limitador service running in the same namespace of the CR
make local-setup
default
k apply -f examples/toystore
The kuadrant controller should have created ratelimit objects in the same namespace as the limitador service, i.e. kuadrant-system
kuadrant-system
$ k get ratelimits -A NAMESPACE NAME AGE kuadrant-system default-toystore-1 7s kuadrant-system default-toystore-2 7s
k delete ratelimitpolicy toystore
Check that ratelimit CRs are also deleted
$ k get ratelimits -A No resources found.
The limitador operator applies rate limit CR configuration on the limitador service running in the same namespace of the CR
Verification steps
make local-setup
default
namespacek apply -f examples/toystore
The kuadrant controller should have created ratelimit objects in the same namespace as the limitador service, i.e.
kuadrant-system
Check that ratelimit CRs are also deleted