mirror of https://github.com/linkerd/linkerd2.git
The Linkerd control plane components' admin servers have an idle connection timeout of 10 seconds. This means that they will close connections which have been idle for 10 seconds. These components are also configured with a 10 second period for liveness checks. This introduces a race condition where connections will be idle for approximately 10 seconds between liveness checks and can idle out, potentially causing the next liveness check to fail. We remove the idle timeout so that the connection stays alive. |
||
---|---|---|
.. | ||
admin.go |