495 B
495 B
Accès au Dashboard
On crée un port-forward pour accéder au dashboard
kubectl --namespace tekton-pipelines port-forward svc/tekton-dashboard 9097:9097
Accéder au dashboard : http://localhost:9097
Lancement du pipeline
kubectl create -f kustomization/base/tekton/pipeline/pipelinerun.yaml
Lister et voir les logs des pipelines
tkn pipelinerun list
tkn pipelinerun logs clone-read-run-dqwcx -f