I have followed the getting started instructions here: https://linkerd.io/2/getting-started/ for installing linkerd but i am facing error at step 3. The details are as follows.
Please see the command: linkerd install | kubectl apply -f -
Please see the error below:
Error: open /add-ons\grafana/Chart.yaml: file does not exist
Usage:
linkerd install [flags]
linkerd install [command]
Examples:
# Default install.
linkerd install | kubectl apply -f -
# Install Linkerd into a non-default namespace.
linkerd install -l linkerdtest | kubectl apply -f -
# Installation may also be broken up into two stages by user privilege, via
# subcommands.
Available Commands:
config Output Kubernetes cluster-wide resources to install Linkerd
control-plane Output Kubernetes control plane resources to install Linkerd
Can anyone please help me regarding this issue.