Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 1.4 KB

install.md

File metadata and controls

32 lines (26 loc) · 1.4 KB

Installing Tekton Operator

To configure images from a custom registry, follow the Air Gap Configuration guide.

  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

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

    To install pipelines, triggers, chains 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