Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 1.07 KB

install.md

File metadata and controls

31 lines (25 loc) · 1.07 KB

Installing Tekton Operator

  1. Install operator

    $ kubectl apply -f https://storage.googleapis.com/tekton-releases/operator/latest/release.yaml
    

    Note: This will also install pipelines, triggers, chains, and dashboard

  2. In case you want to install other components, use available installation profiles: lite , all, basic

    Where

    Profile Installed Component Platform
    lite Pipeline Kubernetes, Openshift
    basic Pipeline, Trigger, Chains Kubernetes, Openshift
    all Pipeline, Trigger, Dashboard, Chains Kubernetes
    Pipeline, Trigger, Addons, Pipelines as Code, Chains Openshift

    To install pipelines, triggers, chains and dashboard (use profile 'all')

    $ kubectl apply -f https://github.com/raw/tektoncd/operator/main/config/crs/kubernetes/config/all/operator_v1alpha1_config_cr.yaml