This message was deleted.
# general
a
This message was deleted.
h
full disclosure - I do not use k3s but maybe this can help identify a pod (or 2) if you reboot the node how much memory does it start out using and then perhaps monitor with
kubectl top pod -A
to determine which pod is the culprit ? and review its logs
n
After a reboot: Memory(bytes): 869Mi (10%) (kubectl top nodes)
k3s does not have static pods. ps aux shows k3s-server as the process consuming most resources.
I moved my question to 'k3s' channel. @hundreds-evening-84071: thanks for your answer
👍 1