istio.io/istio@v0.0.0-20240520182934-d79c90f27776/releasenotes/notes/pilot-autoscale.yaml (about)

     1  apiVersion: release-notes/v2
     2  kind: feature
     3  area: traffic-management
     4  releaseNotes:
     5    - |
     6      **Improved** the variables `PILOT_MAX_REQUESTS_PER_SECOND` (which rate limits the incoming requests, previously defaulted to 25.0)
     7      and `PILOT_PUSH_THROTTLE` (which limits the number of concurrent responses, previously defaulted to 100) to automatically scale with the
     8      CPU size Istiod is running on if not explicitly configured.