factorial-io / phabalicious

Supports your deployments and every-day devops-tasks
http://docs.phab.io
MIT License
18 stars 3 forks source link

Bugfix/get currently running pod #180

Closed stmh closed 3 years ago

stmh commented 3 years ago

This PR will change the way how phab determines the currently running pod by adding a fieldSelector and querying for the Running-state. This should give you a proper error message if a pod got evicted by kubernetes and couldnt start a new pod.

Additionally phab will fall back to a more general way to get the current running pod.

stmh commented 3 years ago

tests on circleci are failing for unknown reason, lets try later again.