linkerd2/controller/cmd
Matei David 407df01ec3
chore(controller): Remove stream concurrency limits (#12598)
Our gRPC servers use the default gRPC server configuration, which
limits the number of concurrent streams to 100. Since the controllers
run with proxies, this provides a hard scaling limit for the number of
watches an application can have.

This change updates our gRPC server configuration to clear the default
concurrency limit, allowing the server to handle as many streams as
possible.

Signed-off-by: Matei David <matei@buoyant.io>
Co-authored-by: Oliver Gould <ver@buoyant.io>
2024-05-15 18:07:15 +01:00
..
destination Add IPv6 support for the destination controller (#12428) 2024-05-02 14:39:05 -05:00
heartbeat heartbeat: Include the CPU architecture in reports (#9589) 2022-10-10 12:31:05 -07:00
identity chore(controller): Remove stream concurrency limits (#12598) 2024-05-15 18:07:15 +01:00
proxy-injector allow pprof to be configurable via helm flags (#8090) 2022-03-22 14:31:04 -06:00
sp-validator allow pprof to be configurable via helm flags (#8090) 2022-03-22 14:31:04 -06:00
main.go Remove the `linkerd-controller` pod (#6039) 2021-04-19 09:57:45 -05:00