felixfbecker / PSKubectl

kubectl with the power of the object pipeline
MIT License
61 stars 9 forks source link

Get-KubePod - can't filter by Status #93

Open gareth-rickards opened 2 years ago

gareth-rickards commented 2 years ago

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.