我已按照此处的入门说明进行操作:https : //linkerd.io/2/getting-started/ 用于安装链接器,但我在第 3 步遇到错误。详细信息如下。
请看命令:linkerd install | kubectl 应用 -f -
请看下面的错误:
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
谁能帮我解决这个问题。