Track dashboard.

This commit is contained in:
James Pace 2022-09-25 19:31:05 -04:00
parent ea51307f27
commit 2540985a20
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@ Install Tekton:
kubectl apply --filename https://storage.googleapis.com/tekton-releases/pipeline/latest/release.yaml kubectl apply --filename https://storage.googleapis.com/tekton-releases/pipeline/latest/release.yaml
kubectl apply --filename https://storage.googleapis.com/tekton-releases/triggers/latest/release.yaml kubectl apply --filename https://storage.googleapis.com/tekton-releases/triggers/latest/release.yaml
kubectl apply --filename https://storage.googleapis.com/tekton-releases/triggers/latest/interceptors.yaml kubectl apply --filename https://storage.googleapis.com/tekton-releases/triggers/latest/interceptors.yaml
kubectl apply --filename https://storage.googleapis.com/tekton-releases/dashboard/latest/tekton-dashboard-release.yaml
``` ```
Set up local registry on master. Set up local registry on master.
(I didn't document this process.) (I didn't document this process.)