Replies: 1 comment 2 replies
-
|
@guruzen Are you able to see the performance metrics, edge node status from the Web UI observability dashboard? Which software version and what type of Edge Node are you using? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I installed the observability stack on my edge node. I have
observability b-f7014740-f144-59-telegraf-78bc67bbd5-vvxxw 1/1 Running 0 26m
observability fluent-bit-b7fcb 1/1 Running 0 26m
observability kube-state-metrics-8dc9d989-xxffd 3/3 Running 0 25m
observability prometheus-node-exporter-847dh 1/1 Running 0 25m
observability prometheus-operator-74d4985f67-b6qvd 1/1 Running 0 25m
observability prometheus-prometheus-prometheus-0 2/2 Running 0 23m
The below logs are from "b-f7014740-f144-59-telegraf-78bc67bbd5-vvxxw"
I am not sure what problem it carries but I thought I would share you this
2025-12-04T06:57:30Z E! [inputs.kube_inventory] Error in plugin: persistentvolumeclaims is forbidden: User "system:serviceaccount:observability:b-f7014740-f144-59-telegraf" cannot list resource "persistentvolumeclaims" in API group "" at the cluster scope
2025-12-04T06:58:00Z E! [inputs.kube_inventory] Error in plugin: services is forbidden: User "system:serviceaccount:observability:b-f7014740-f144-59-telegraf" cannot list resource "services" in API group "" at the cluster scope
2025-12-04T06:58:00Z E! [inputs.kube_inventory] Error in plugin: nodes is forbidden: User "system:serviceaccount:observability:b-f7014740-f144-59-telegraf" cannot list resource "nodes" in API group "" at the cluster scope
2025-12-04T06:58:00Z E! [inputs.kube_inventory] Error in plugin: deployments.apps is forbidden: User "system:serviceaccount:observability:b-f7014740-f144-59-telegraf" cannot list resource "deployments" in API group "apps" at the cluster scope
2025-12-04T06:58:00Z E! [inputs.kube_inventory] Error in plugin: ingresses.networking.k8s.io is forbidden: User "system:serviceaccount:observability:b-f7014740-f144-59-telegraf" cannot list resource "ingresses" in API group "networking.k8s.io" at the cluster scope
2025-12-04T06:58:00Z E! [inputs.kube_inventory] Error in plugin: daemonsets.apps is forbidden: User "system:serviceaccount:observability:b-f7014740-f144-59-telegraf" cannot list resource "daemonsets" in API group "apps" at the cluster scope
2025-12-04T06:58:00Z E! [inputs.kube_inventory] Error in plugin: persistentvolumes is forbidden: User "system:serviceaccount:observability:b-f7014740-f144-59-telegraf" cannot list resource "persistentvolumes" in API group "" at the cluster scope
2025-12-04T06:58:00Z E! [inputs.kube_inventory] Error in plugin: persistentvolumeclaims is forbidden: User "system:serviceaccount:observability:b-f7014740-f144-59-telegraf" cannot list resource "persistentvolumeclaims" in API group "" at the cluster scope
2025-12-04T06:58:00Z E! [inputs.kube_inventory] Error in plugin: endpoints is forbidden: User "system:serviceaccount:observability:b-f7014740-f144-59-telegraf" cannot list resource "endpoints" in API group "" at the cluster scope
2025-12-04T06:58:00Z E! [inputs.kube_inventory] Error in plugin: pods is forbidden: User "system:serviceaccount:observability:b-f7014740-f144-59-telegraf" cannot list resource "pods" in API group "" at the cluster scope
2025-12-04T06:58:00Z E! [inputs.kube_inventory] Error in plugin: statefulsets.apps is forbidden: User "system:serviceaccount:observability:b-f7014740-f144-59-telegraf" cannot list resource "statefulsets" in API group "apps" at the cluster scope
Beta Was this translation helpful? Give feedback.
All reactions