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
Describe the bug a clear and concise description of what the bug is.
Hi,
after adding ingressclasses to the collectors, i am still missing the metric kube_ingressclass_info. And am getting logs like
E0219 21:32:58.922868 1 reflector.go:148] pkg/mod/k8s.io/client-go@v0.27.5/tools/cache/reflector.go:231: Failed to watch *v1.IngressClass: failed to list *v1.IngressClass: ingressclasses.networking.k8s.io is forbidden: User "system:serviceaccount:cattle-monitoring-system:rancher-monitoring-kube-state-metrics" cannot list resource "ingressclasses" in API group "networking.k8s.io" at the cluster scope
After adding this to the clusterrole, log-error was gone and metrics appeared.
What's your helm version?
v3.17.1
What's your kubectl version?
v1.32.2
Which chart?
kube-state-metrics
What's the chart version?
5.30.0
What happened?
No response
What you expected to happen?
No response
How to reproduce it?
No response
Enter the changed values of values.yaml?
No response
Enter the command that you execute and failing/misfunctioning.
helm install chart test --values values.yaml
Anything else we need to know?
Probably just needs another if her
The text was updated successfully, but these errors were encountered:
Describe the bug a clear and concise description of what the bug is.
Hi,
after adding
ingressclasses
to thecollectors
, i am still missing the metrickube_ingressclass_info
. And am getting logs likeAfter adding this to the clusterrole, log-error was gone and metrics appeared.
What's your helm version?
v3.17.1
What's your kubectl version?
v1.32.2
Which chart?
kube-state-metrics
What's the chart version?
5.30.0
What happened?
No response
What you expected to happen?
No response
How to reproduce it?
No response
Enter the changed values of values.yaml?
No response
Enter the command that you execute and failing/misfunctioning.
helm install chart test --values values.yaml
Anything else we need to know?
Probably just needs another
if
herThe text was updated successfully, but these errors were encountered: