is there a way to clear restart counts for kube-sy...
# general
a
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
you cannot manage static pods by deleting things from the apiserver. what you see in the apiserver are read-only mirror pods.
so, not really no.
a
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