Bug 1699937

Summary: apiserver: Missing RBACs errors on every synchronization
Product: OpenShift Container Platform Reporter: Nikolaos Leandros Moraitis <nmoraiti>
Component: apiserver-authAssignee: Matt Rogers <mrogers>
Status: CLOSED DUPLICATE QA Contact: Chuan Yu <chuyu>
Severity: urgent Docs Contact:
Priority: unspecified    
Version: 3.11.0CC: aos-bugs, gblomqui, mkhan, mrogers
Target Milestone: ---   
Target Release: 3.11.z   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2019-05-09 19:18:47 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Nikolaos Leandros Moraitis 2019-04-15 13:02:41 UTC
E0415 13:01:12.066288       1 cache.go:332] error synchronizing: role.rbac.authorization.k8s.io "system:image-builder" not found
E0415 13:01:12.075308       1 cache.go:332] error synchronizing: clusterrole.rbac.authorization.k8s.io "editor" not found
E0415 13:01:12.079818       1 cache.go:332] error synchronizing: clusterrole.rbac.authorization.k8s.io "cluster-autoscaler" not found
E0415 13:01:12.081352       1 cache.go:332] error synchronizing: clusterrole.rbac.authorization.k8s.io "editor" not found
E0415 13:01:12.081773       1 cache.go:332] error synchronizing: clusterrole.rbac.authorization.k8s.io "cluster-autoscaler" not found
E0415 13:01:12.113314       1 cache.go:332] error synchronizing: clusterrole.rbac.authorization.k8s.io "cluster-autoscaler" not found
E0415 13:01:12.115775       1 cache.go:332] error synchronizing: clusterrole.rbac.authorization.k8s.io "editor" not found
E0415 13:01:12.116211       1 cache.go:332] error synchronizing: clusterrole.rbac.authorization.k8s.io "cluster-autoscaler" not found
E0415 13:01:12.123937       1 cache.go:332] error synchronizing: clusterrole.rbac.authorization.k8s.io "privileged-builder" not found
E0415 13:01:12.124735       1 cache.go:332] error synchronizing: clusterrole.rbac.authorization.k8s.io "editor" not found
E0415 13:01:12.133258       1 cache.go:332] error synchronizing: clusterrole.rbac.authorization.k8s.io "cluster-autoscaler" not found
E0415 13:01:12.152573       1 cache.go:332] error synchronizing: clusterrole.rbac.authorization.k8s.io "cluster-autoscaler" not found
E0415 13:01:12.158564       1 cache.go:332] error synchronizing: clusterrole.rbac.authorization.k8s.io "privileged-builder" not found
E0415 13:01:12.168543       1 cache.go:332] error synchronizing: role.rbac.authorization.k8s.io "system:image-builder" not found
E0415 13:01:12.185445       1 cache.go:332] error synchronizing: clusterrole.rbac.authorization.k8s.io "cluster-autoscaler" not found
E0415 13:01:12.188820       1 cache.go:332] error synchronizing: clusterrole.rbac.authorization.k8s.io "privileged-builder" not found
E0415 13:01:12.202167       1 cache.go:332] error synchronizing: clusterrole.rbac.authorization.k8s.io "cluster-autoscaler" not found
E0415 13:01:12.205392       1 cache.go:332] error synchronizing: clusterrole.rbac.authorization.k8s.io "privileged-builder" not found
E0415 13:01:12.206463       1 cache.go:332] error synchronizing: clusterrole.rbac.authorization.k8s.io "cluster-autoscaler" not found
E0415 13:01:12.217685       1 cache.go:332] error synchronizing: clusterrole.rbac.authorization.k8s.io "editor" not found
E0415 13:01:12.220695       1 cache.go:332] error synchronizing: role.rbac.authorization.k8s.io "system:image-builder" not found
E0415 13:01:12.224827       1 cache.go:332] error synchronizing: role.rbac.authorization.k8s.io "system:image-builder" not found
E0415 13:01:12.227826       1 cache.go:332] error synchronizing: role.rbac.authorization.k8s.io "system:image-builder" not found
E0415 13:01:12.230769       1 cache.go:332] error synchronizing: clusterrole.rbac.authorization.k8s.io "privileged-builder" not found
E0415 13:01:12.236047       1 cache.go:332] error synchronizing: clusterrole.rbac.authorization.k8s.io "privileged-builder" not found
E0415 13:01:12.240636 1 cache.go:332] error synchronizing: clusterrole.rbac.authorization.k8s.io "privileged-builder" not found

Comment 1 Nikolaos Leandros Moraitis 2019-04-15 13:21:32 UTC
this in our CI cluster, which we have some problems that some pods can't reach the API server. So while I was investigating the problem, I wanted to make sure that the apiserver is healthy. Those errors seem to be reported in each api-server container restart.

Does this mean that the cluster was deployed incorrectly? Which process is responsible for creating those RBACs?

Comment 3 Mo 2019-05-09 19:18:47 UTC

*** This bug has been marked as a duplicate of bug 1531938 ***