mirror of https://github.com/linkerd/linkerd2.git
Fixes #3943 The Linkerd clock skew check requires that all nodes in the cluster have reported a heartbeat within (approximately) the last minute. However, in Kubernetes 1.17, the default heartbeat interval is 5 minutes. This means that the clock skew check will often fail in Kubernetes 1.17 clusters. We relax the check to only require that heartbeats have been detected in the past 5 minutes, matching the default heartbeat interval in Kubernetes 1.17. We also switch this check to be a warning so that clusters which are configured with longer heartbeat intervals don't see this as a fatal error. Signed-off-by: Alex Leong <alex@buoyant.io> |
||
---|---|---|
.. | ||
healthcheck.go | ||
healthcheck_test.go | ||
sidecar.go | ||
version.go | ||
version_test.go |