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
{{ message }}
This repository has been archived by the owner on Feb 9, 2022. It is now read-only.
level=error ts=2021-01-04T11:38:22.372Z caller=klog.go:94 component=k8s_client_runtime func=ErrorDepth msg="/app/discovery/kubernetes/kubernetes.go:429: Failed to list *v1beta1.Ingress: ingresses.networking.k8s.io is forbidden: User \"system:serviceaccount:kubeprod:prometheus\" cannot list resource \"ingresses\" in API group \"networking.k8s.io\" at the cluster scope"level=error ts=2021-01-04T11:38:23.658Z caller=klog.go:94 component=k8s_client_runtime func=ErrorDepth msg="/app/discovery/kubernetes/kubernetes.go:429: Failed to list *v1beta1.Ingress: ingresses.networking.k8s.io is forbidden: User \"system:serviceaccount:kubeprod:prometheus\" cannot list resource \"ingresses\" in API group \"networking.k8s.io\" at the cluster scope"level=error ts=2021-01-04T11:38:26.084Z caller=klog.go:94 component=k8s_client_runtime func=ErrorDepth msg="/app/discovery/kubernetes/kubernetes.go:429: Failed to list *v1beta1.Ingress: ingresses.networking.k8s.io is forbidden: User \"system:serviceaccount:kubeprod:prometheus\" cannot list resource \"ingresses\" in API group \"networking.k8s.io\" at the cluster scope"
I had to change the clusterrrole/prometheus as follows and add networking.k8s.io:
Hi,
I get the following error in my prometheus logs:
I had to change the clusterrrole/prometheus as follows and add
networking.k8s.io
:now the error disappeared.
The text was updated successfully, but these errors were encountered: