Open cerebrate opened 4 years ago
I assume this is still a problem in 4.1.4?
Presumably - unfortunately, since opening this issue, my cluster's been upgraded to use prometheus-operator based metrics, so I can't confirm that at this instant. I'll update this when I can find time and hardware to put a suitable test setup together.
Found the time; yes, it is. Looks like the issue is the local PV it uses, to me.
The lens-metrics/prometheus-0 pod cannot be scheduled on any node other than that which it was first scheduled on. This appears to be because of the Persistent Volume Claim for the
data
volume.Steps to reproduce the behavior:
0/5 nodes are available: 1 Insufficient memory, 1 node(s) were unschedulable, 3 node(s) had volume node affinity conflict.
And that the pod remains in a perpetual pending state.
Expected behavior
The prometheus-0 pod to be rescheduled and run successfully on another node.
Environment (please complete the following information):
Kubeconfig: Quite often the problems are caused by malformed kubeconfig which the application tries to load. Please share your kubeconfig, remember to remove any secret and sensitive information.