I have a k3s cluster with some pods running. I want to get all pods with status of Running containing grafana in its name.
From the docs, looks like I can use field selector flag to achieve it (was introduced in v1.9 release). But when I give it a try, it didn't work.
I know I can force delete the pod with Terminating status to get what I want. What I want to know here is, why my command didn't work as expected? Did i miss something?
Btw, the Terminating pod was there for some time. I believe it's stuck. But again, that's not the interest of this question.