-
Notifications
You must be signed in to change notification settings - Fork 301
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
MultiClusterService: max-rate #2282
Comments
/assign @swetharepakula |
I get the same behaviour even if the |
Also I have noticed that if you create an Ingress (not MultiClusterIngress) the default is |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten |
/kind feature |
/lifecycle frozen |
Hi,
I would like to manage the
max-rate-per-endpoint
via theMultiClusterService
orBackendConfig
k8s manifest.Currently even if I change the "Max RPS" value for an endpoint via the console, after few minutes gets reset to the default value (100000000).
I have tried to add:
or
or modifying the service created by
MultiClusterService
But the console always shows:
Max RPS: 100000000 (per endpoint)
Thanks
The text was updated successfully, but these errors were encountered: