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
I actually solved it myself ... OpenShift is automatically pointing to the project namespace when running kubectl.
The file rolebinding.yaml points to namespace default. In my case the project was not in the namespace default but test.
I deployed Kube-Notary into our OpenShift environment using the deployment scripts in this repo (kubernetes/kube-notary/templates):
Step by step I ran:
When checking the logs of the kube-notary pod:
I see the following errors:
Error getting pods: pods is forbidden: User \"system:serviceaccount:test:kube-notary\" cannot list pods at the cluster scope: no RBAC policy matched"
No data is being collected.
The text was updated successfully, but these errors were encountered: