Tekton 仪表板

huangapple go评论57阅读模式
英文:

Tekton dashboard

问题

以下是翻译好的部分:

在尝试使用以下命令查看 Tekton 仪表板时,出现了以下错误:

kubectl port-forward -n tekton-pipelines service/tekton-dashboard 9097:9097

来自服务器的错误 (NotFound):未找到服务 "tekton-dashboard"

英文:

Got the following error, while trying to view tekton dashboard using the command kubectl port-forward -n tekton-pipelines service/tekton-dashboard 9097:9097

Error from server (NotFound): services "tekton-dashboard" not found

答案1

得分: 1

问题是,tekton-dashboard 未安装。

问题已通过运行以下命令解决

kubectl apply --filename https://storage.googleapis.com/tekton-releases/dashboard/latest/release-full.yaml

英文:

The problem was, tekton-dashboard was not installed.

The issue was resolved by running the following command

kubectl apply --filename https://storage.googleapis.com/tekton-releases/dashboard/latest/release-full.yaml

huangapple
  • 本文由 发表于 2023年4月11日 13:20:52
  • 转载请务必保留本文链接:https://go.coder-hub.com/75982613.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定