kubepad
kubepad copied to clipboard
Show only tasks in state TASK_RUNNING
Currently also task which are failing to start are visualized by an active LED light. We should use the /v2/tasks API to figure out the status before and only visualize a task if the state is TASK_RUNNING.
Partially implemented by https://github.com/qaware/kubepad/commit/46c530105da1b7c1e6010a8ab2b8422fdce3c8e2
I did not have the chance to test this jet, as all apps in my setup are in running
state after being deployed.