Skip to content

Installing Tekton Operator

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

  1. Install operator

    $ kubectl apply -f https://infra.tekton.dev/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

    PlatformProfileInstalled Component
    Kubernetes, OpenShiftlitePipeline
    Kubernetes, OpenShiftbasicPipeline, Trigger, Chains
    KubernetesallPipeline, Trigger, Chains, Dashboard
    OpenShiftallPipeline, 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