From 191d591ac54c09b88965a5d091065da1cb49e05e Mon Sep 17 00:00:00 2001 From: Travis Beckham Date: Fri, 26 Apr 2024 13:31:38 -0500 Subject: [PATCH] Bypass markdownlint due to styling of headers Signed-off-by: Travis Beckham --- linkerd.io/content/2.15/tasks/troubleshooting.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/linkerd.io/content/2.15/tasks/troubleshooting.md b/linkerd.io/content/2.15/tasks/troubleshooting.md index 33f6240957..202921f18d 100644 --- a/linkerd.io/content/2.15/tasks/troubleshooting.md +++ b/linkerd.io/content/2.15/tasks/troubleshooting.md @@ -870,8 +870,12 @@ $ curl "https://versioncheck.linkerd.io/version.json?version=edge-19.1.2&uuid=te Example failures: + + **unsupported version channel** + + ```bash ‼ cli is up-to-date unsupported version channel: stable-2.14.10 @@ -884,8 +888,12 @@ for details. See [the full list of Linkerd releases](/releases/) for ways to get Linkerd. + + **is running version X but the latest version is Y** + + ```bash ‼ cli is up-to-date is running version 19.1.1 but the latest edge version is 19.1.2 @@ -900,8 +908,12 @@ There is a newer version of the `linkerd` cli. See the page on Example failures: + + **unsupported version channel** + + ```bash ‼ control plane is up-to-date unsupported version channel: stable-2.14.10 @@ -914,8 +926,12 @@ for details. See [the full list of Linkerd releases](/releases/) for ways to get Linkerd. + + **is running version X but the latest version is Y** + + ```bash ‼ control plane is up-to-date is running version 19.1.1 but the latest edge version is 19.1.2