mirror of https://github.com/linkerd/linkerd2.git
Fix spelling on linkerd check link (#2197)
Signed-off-by: Andrew Seigner <siggy@buoyant.io>
This commit is contained in:
parent
f2ba17d366
commit
3a139d0202
|
@ -366,7 +366,7 @@ func (hc *HealthChecker) allCategories() []category {
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
description: "controller pod is running",
|
description: "controller pod is running",
|
||||||
hintURL: "https://linkerd.io/2/faq/#l5d-existence-conroller",
|
hintURL: "https://linkerd.io/2/faq/#l5d-existence-controller",
|
||||||
retryDeadline: hc.RetryDeadline,
|
retryDeadline: hc.RetryDeadline,
|
||||||
fatal: true,
|
fatal: true,
|
||||||
check: func() error {
|
check: func() error {
|
||||||
|
|
Loading…
Reference in New Issue