t2mazumdar / tekton-handson

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Install Tekton Pipelines

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

# Install Tekton Dashboard
kubectl apply --filename https://storage.googleapis.com/tekton-releases/dashboard/latest/tekton-dashboard-release.yaml

# Installing Tekton Triggers
kubectl apply --filename https://storage.googleapis.com/tekton-releases/triggers/latest/release.yaml

About

License:Apache License 2.0


Languages

Language:Shell 100.0%