databricks / click

The "Command Line Interactive Controller for Kubernetes"
Apache License 2.0
1.49k stars 84 forks source link

Should show a pod as completed if all containers have exited #12

Closed nicklan closed 1 year ago

nicklan commented 6 years ago

If the phase of a pod is "Running", but all containers have exited with 0, click still shows the pod as "Running". It should show "Completed" instead.