factorial-io / phabalicious

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

rolling out a new deployment via k8s and running a command inside a pod phab might choose the wrong one #153

Closed stmh closed 3 years ago

stmh commented 3 years ago

While rolling out a new deployment k8s might keep old pods running for a short period of time. Phab might pick up the wrong, oudated pod and run a command against it.

Phab should take only the newly rolled out pod into account.