Skip to content

Kubernetes operator to manage installation, updation and uninstallation of tektoncd projects (pipeline, …)

License

Notifications You must be signed in to change notification settings

afrittoli/tektoncd-operator

 
 

Tektoncd Operator

The quickest and easiest way to install, upgrade and manage TektonCD Pipelines, Dashboard, Triggers on any Kubernetes Cluster.

Quick Start

Install Tektoncd Operator

  1. Install operator
    $ kubectl apply -f https://storage.googleapis.com/tekton-releases/operator/latest/release.yaml
    
  2. Install Components (uses installation profiles: default, all, basic)
    # to installl pipelines, triggers and dashboard (use profile 'all')
    $ kubectl apply -f https://raw.githubusercontent.com/tektoncd/operator/main/config/crs/kubernetes/config/all/operator_v1alpha1_config_cr.yaml
    

References

Read the docs

Version Docs
HEAD Docs @ HEAD
v0.21.0-1 Docs @ v0.21.0-1

About

Kubernetes operator to manage installation, updation and uninstallation of tektoncd projects (pipeline, …)

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • Go 92.7%
  • Shell 6.5%
  • Makefile 0.8%