nativelink icon indicating copy to clipboard operation
nativelink copied to clipboard

Add tekton operator to local dev cluster

Open SchahinRohani opened this issue 5 months ago • 1 comments

Description

This PR introduces the Tekton operator with a TektonConfig to replace the existing Tekton pipelines, triggers, and dashboard.

Known Issue:

There is currently a bug where we are only waiting for 60 seconds for the webhooks, instead of checking if they have reached a running/ready status, so there is a possibility that the tekton-webhooks are in an unready state when trying to deploy the tasks, pipelines and triggers.

Type of change

  • [x] Bug fix (non-breaking change which fixes an issue)
  • [x] New feature (non-breaking change which adds functionality)

Checklist

  • [x] PR is contained in a single commit, using git amend see some docs

This change is Reviewable

SchahinRohani avatar Sep 08 '24 14:09 SchahinRohani