linkerd2 icon indicating copy to clipboard operation
linkerd2 copied to clipboard

`linkerd install --help` prints invalid URL

Open Rabattkarte opened this issue 3 years ago • 0 comments

What is the issue?

linkerd install --help prints invalid URL:

A full list of configurable values can be found at https://www.github.com/linkerd/linkerd2/tree/main/charts/linkerd2/README.md

This link leads to a 404.

How can it be reproduced?

  1. linkerd install --help
  2. click/copy paste/follow the link https://www.github.com/linkerd/linkerd2/tree/main/charts/linkerd2/README.md

Logs, error output, etc

HTTP 404

output of linkerd check -o short

$ linkerd check -o short
Linkerd core checks
===================

linkerd-existence
-----------------
× 'linkerd-config' config map exists
    configmaps "linkerd-config" not found
    see https://linkerd.io/2.11/checks/#l5d-existence-linkerd-config for hints

Status check results are ×

Environment

macOS, linkerd is installed via Homebrew.

Possible solution

Fix the link :)

Additional context

No response

Would you like to work on fixing this bug?

maybe

Rabattkarte avatar Jul 18 '22 11:07 Rabattkarte