Replies: 1 comment 1 reply
-
Storage metrics are not node/pod metrics. This has nothing to do with metrics-server. What you're seeing here are failures to collect resource count metrics from the datastore: https://github.com/kubernetes/kubernetes/blob/v1.32.0/staging/src/k8s.io/apiserver/pkg/storage/etcd3/metrics/metrics.go This is probably a symptom of slowness on your node, not the cause. The apiserver caps time to collect all metrics to one second, if your node is performing poorly and cannot count all resources within one second then you'll get this error. Figure out why your node is performing poorly and these messages will go away. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It started after upgrading from k3s 1.29.x to 1.30.x, problem still persist after upgrading to 1.31.4
my cluster is 1 control plane node and 2 worker nodes.
metrics-server is running fine and kubectl top pods | nodes is working as well.
message is written in journal log 5 - 6 times per minute causing higher load on k3s-server.
Beta Was this translation helpful? Give feedback.
All reactions