felixfbecker / PSKubectl

kubectl with the power of the object pipeline

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Get-KubePod - can't filter by Status

gareth-rickards opened this issue · comments

I can't filter objects by status. For example, running Get-KubePod | where {$_.Status -eq "running"} doesn't return anything, even though Get-KubePod lists pods with a "Running" status. It seems I can filter on other properties, like Kind and Name.