-1

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 Answers1

1

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