You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
8s.io/client-go@v0.0.0-20181213151034-8d9ed539ba31/tools/cache/reflector.go:95: Failed to list *v1.Build: builds.build.openshift.io is forbidden: User "system:serviceaccount:quay-integration:quay-openshift-registry-operator" cannot list builds.build.openshift.io at the cluster scope: no RBAC policy matched
--
| E1115 04:29:05.515616 1 reflector.go:134] pkg/mod/k8s.io/client-go@v0.0.0-20181213151034-8d9ed539ba31/tools/cache/reflector.go:95: Failed to list *v1.Build: builds.build.openshift.io is forbidden: User "system:serviceaccount:quay-integration:quay-openshift-registry-operator" cannot list builds.build.openshift.io at the cluster scope: no RBAC policy matched
| E1115 04:29:06.518043 1 reflector.go:134] pkg/mod/k8s.io/client-go@v0.0.0-20181213151034-8d9ed539ba31/tools/cache/reflector.go:95: Failed to list *v1.Build: builds.build.openshift.io is forbidden: User "system:serviceaccount:quay-integration:quay-openshift-registry-operator" cannot list builds.build.openshift.io at the cluster scope: no RBAC policy matched
| E1115 04:29:07.520485 1 reflector.go:134] pkg/mod/k8s.io/client-go@v0.0.0-20181213151034-8d9ed539ba31/tools/cache/reflector.go:95: Failed to list *v1.Build: builds.build.openshift.io is forbidden: User "system:serviceaccount:quay-integration:quay-openshift-registry-operator" cannot list builds.build.openshift.io at the cluster scope: no RBAC policy matched
| E1115 04:29:08.522799 1 reflector.go:134] pkg/mod/k8s.io/client-go@v0.0.0-20181213151034-8d9ed539ba31/tools/cache/reflector.go:95: Failed to list *v1.Build: builds.build.openshift.io is forbidden: User "system:serviceaccount:quay-integration:quay-openshift-registry-operator" cannot list builds.build.openshift.io at the cluster scope: no RBAC policy matched
The text was updated successfully, but these errors were encountered:
saikirandusari
changed the title
RBAC error: Failed to list *v1.Build: builds.build.openshift.io
RBAC error: Failed to list *v1.Build: builds.build.openshift.io on OCP 3.11
Nov 15, 2019
@sabre1041 Can you please guide/help me to resolve this issue?
Added below section to the clusterrole.yaml resolved the above error but now encountered with another issue
- apiGroups:
- ""
- build.openshift.ioresources:
- buildsverbs:
- create
- get
- list
- patch
- update
- watch
Error logs
{"level":"info","ts":1574124200.0212595,"logger":"quay-openshift-registry-operator","msg":"Reconciling Namespace","Name":"bnz-mule414-helloworld-v3"}
--
| {"level":"error","ts":1574124200.0212698,"logger":"quay-openshift-registry-operator","msg":"No QuayIntegrations defined or more than 1 integration present","stacktrace":"github.com/go-logr/zapr.(*zapLogger).Error\n\t/home/travis/gopath/pkg/mod/github.com/go-logr/zapr@v0.1.0/zapr.go:128\ngithub.com/redhat-cop/quay-openshift-registry-operator/pkg/core.(*CoreComponents).ManageError\n\t/home/travis/gopath/src/github.com/redhat-cop/quay-openshift-registry-operator/pkg/core/core.go:59\ngithub.com/redhat-cop/quay-openshift-registry-operator/pkg/controller/namespace.(*ReconcileNamespace).Reconcile\n\t/home/travis/gopath/src/github.com/redhat-cop/quay-openshift-registry-operator/pkg/controller/namespace/namespace_controller.go:156\nsigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).processNextWorkItem\n\t/home/travis/gopath/pkg/mod/sigs.k8s.io/controller-runtime@v0.1.10/pkg/internal/controller/controller.go:215\nsigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Start.func1\n\t/home/travis/gopath/pkg/mod/sigs.k8s.io/controller-runtime@v0.1.10/pkg/internal/controller/controller.go:158\nk8s.io/apimachinery/pkg/util/wait.JitterUntil.func1\n\t/home/travis/gopath/pkg/mod/k8s.io/apimachinery@v0.0.0-20181127025237-2b1284ed4c93/pkg/util/wait/wait.go:133\nk8s.io/apimachinery/pkg/util/wait.JitterUntil\n\t/home/travis/gopath/pkg/mod/k8s.io/apimachinery@v0.0.0-20181127025237-2b1284ed4c93/pkg/util/wait/wait.go:134\nk8s.io/apimachinery/pkg/util/wait.Until\n\t/home/travis/gopath/pkg/mod/k8s.io/apimachinery@v0.0.0-20181127025237-2b1284ed4c93/pkg/util/wait/wait.go:88"}
```
I'm getting RBAC error inside the quay operator when running on 3.11
Here is the deployment config
Error logs from Operator Pod
The text was updated successfully, but these errors were encountered: