is there a way to clear restart counts for kube-system namespace pods for rke2 server? they seem to be running from containerd via rke2-server, but they're running as individual pods and deleting the pod just increments the restart count
c
creamy-pencil-82913
05/20/2025, 7:14 PM
you cannot manage static pods by deleting things from the apiserver. what you see in the apiserver are read-only mirror pods.
creamy-pencil-82913
05/20/2025, 7:14 PM
so, not really no.
a
able-salesclerk-52921
05/21/2025, 4:03 AM
hmm was hoping that was not the case. the restart count could be an indication of problem. so i have a monitor setup for it, but since rke2 has this implementation, it's throwing things off