Skip to content

chechiachang/tekton-playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tekton CD

Docs & SOPs for admins

This document describe basic usage / SOP to use CI/CD on Tekton CD. For more information about pipeline maintainence, check advanced documents:

Use Tekton cli

Install Guide

Fetch context from GKE, its-tekton-k8s-tw-01

gcloud container clusters get-credentials its-tekton-k8s-tw-01 --zone asia-east1

Watch pipeline

watch tkn -n tekton-pipelines pipelinerun list
watch tkn -n tekton-pipelines taskrun list

Show log

tkn -n tekton-pipelines pipelines logs -f
tkn -n tekton-pipelines taskrun logs

Trigger / Rerun pipeline

ex. trigger tekton-playground

vim catalog/tekton-playground-pipelinerun.yaml

kubectl apply -f catalog/tekton-playground-pipelinerun.yaml

Dashboard GUI

View / Stop pipeline with GUI.

tekton.chechia.net

Known Issues

Don't rerun pipelineruns from Dashboard. This will fail due to insufficient privillege to create workspace. see issue #1420

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published