tektoncd / triggers

Event triggering with Tekton!
Apache License 2.0
546 stars 416 forks source link

Can't install tekton triggers #1685

Closed nessrinehaf closed 5 months ago

nessrinehaf commented 5 months ago

Expected Behavior

Successful install of tekton triggers using the following command:

kubectl apply -f https://storage.googleapis.com/tekton-releases/triggers/previous/v0.25.0/release.yaml

Actual Behavior

I get this error: Error from server (InternalError): error when creating "https://storage.googleapis.com/tekton-releases/triggers/previous/v0.25.0/release.yaml": Internal error occurred: failed calling webhook "config.webhook.pipeline.tekton.dev": failed to call webhook: Post "https://tekton-pipelines-webhook.tekton-pipelines.svc:443/config-validation?timeout=10s": context deadline exceeded

Steps to Reproduce the Problem

  1. Created a new Cluster
  2. Installed Tekton pipeline v0.56.0: kubectl apply -f https://storage.googleapis.com/tekton-releases/pipeline/previous/v0.56.0/release.yaml
  3. run kubectl apply -f https://storage.googleapis.com/tekton-releases/triggers/previous/v0.25.0/release.yaml
Client Version: v1.29.0
Kustomize Version: v5.0.4-0.20230601165947-6ce0bf390ce3
Server Version: v1.28.2