Containers on Worker nodes are listing both Deleted and active Containers. Is there a way to show only the active containers on the Node? If not on Performance Analysis, then any other ways to lost only the Active containers ?
Thanks,
Danandit
THis might be what you are looking for, using a swql query. It is filtering on running state, but ones that are not paused.
@marcrobinson, Thank you for the query. This is what I needed. Appreciate your response.