teamhephy / controller

Hephy Workflow Controller (API)
https://teamhephy.com
MIT License
14 stars 26 forks source link

Improvement: display current number of processes in `deis ps` #23

Open Cryptophobia opened 6 years ago

Cryptophobia commented 6 years ago

From @ineu on May 21, 2017 7:28

In Deis 1 processes were named like type-number, so you could take a look at the highest number to understand the current count. But in K8S pods have unique hashes instead of numbers, so it's not easy to tell what the current count is if you want to scale. So a nice improvement would be to display a count next to the process name, i.e.

=== foo Processes
--- web (10):
...

Copied from original issue: deis/controller#1295