Skip to content

Latest commit

 

History

History

tekton

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Terraform for installing Tekton

Uses k14s kapp Terraform provider to install Tekton.

Starts with the assumption that you have already provisioned a cluster.

Copy sample configuration

cp terraform.tfvars.sample terraform.tfvars

Edit terraform.tfvars

Amend the values for

  • kubeconfig_path

Install

./create-tekton.sh

Configure a cloud storage bucket

You're strongly encouraged to configure a cloud storage bucket.

// TODO Attempt to integrate Minio which may provide some indirection with respect to managing storage

Use

Access the dashboard with

kubectl -n tekton-pipelines port-forward svc/tekton-dashboard 9097:9097

then visit http://localhost:9097 in your favorite browser. (Use Ctrl+C to exit).

Peruse a couple tutorials to get your hands dirty, for example:

Remove

./destroy-tekton.sh