mirror of https://github.com/linkerd/linkerd2.git
The `linkerd check` and `linkerd dashboard` commands validate control plane pods are up via the `LinkerdAPIChecks` category of checks. These checks will fail if a single pod is not ready, even in HA mode. Modify the underlying `validateControlPlanePods` check to return successful if at least one pod per control plane component is ready. Fixes #2554 Signed-off-by: Andrew Seigner <siggy@buoyant.io> |
||
---|---|---|
.. | ||
healthcheck.go | ||
healthcheck_test.go | ||
sidecar.go | ||
version.go | ||
version_test.go |