tektoncd / plumbing

This repo holds configuration for infrastructure used across the tektoncd org 🏗️
Apache License 2.0
60 stars 110 forks source link

Nightly Release Pipelines Broken #693

Closed wlynch closed 3 years ago

wlynch commented 3 years ago

Nightly release pipelines are broken for pipeline, triggers, and dashboard. Last successful run for pipelines was 2021/1/19

Problem looks to be focused in the EventListener - looks like RBAC / issue with the triggers installation. Log sample:

E0123 19:41:17.107662       1 reflector.go:383] k8s.io/client-go@v11.0.1-0.20190805182717-6502b5e7b1b5+incompatible/tools/cache/reflector.go:125: Failed to watch *v1alpha1.EventListener: unknown (get eventlisteners.triggers.tekton.dev)
E0123 19:41:19.305098       1 reflector.go:383] k8s.io/client-go@v11.0.1-0.20190805182717-6502b5e7b1b5+incompatible/tools/cache/reflector.go:125: Failed to watch *v1alpha1.TriggerBinding: unknown (get triggerbindings.triggers.tekton.dev)
E0123 19:41:47.179765       1 reflector.go:178] k8s.io/client-go@v11.0.1-0.20190805182717-6502b5e7b1b5+incompatible/tools/cache/reflector.go:125: Failed to list *v1alpha1.ClusterTriggerBinding: clustertriggerbindings.triggers.tekton.dev is forbidden: User "system:serviceaccount:default:pipeline-nightly-release-robot" cannot list resource "clustertriggerbindings" in API group "triggers.tekton.dev" at the cluster scope

/cc @dibyom in case you've seen this before.

afrittoli commented 3 years ago

The issue above is fixed now, thanks @wlynch , closing