Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disable circuit breaking for proxies (#44416)
Proxy circuit breakers can be tripped by errors that may occur during joining, due to some configuration issues with the join mechanism, or potentially due to a malicious user hitting /webapi/ping too frequently. As a result the cluster can end up in an unusable state that can only be rectified by fixing the join token issue or turning off agents attempting to join. To avoid this class of problems entirely, the proxy circuit breaker is now a noop. While this does mean backoff during periods when auth connectivity is spotty will be reduced for proxies, they are usually far out numbered by agents in the cluster. Their lack of circuit breaking shouldn't exacerbate thundering herds.
- Loading branch information