-
Notifications
You must be signed in to change notification settings - Fork 20
Description
Is it possible to provide a state diagram for the app action buttons?
I am having some difficulties to know when its started/stopped, deployed etc. (somehow the green/red/orange indicates it)
Perhaps first enable / disable the start and stop buttons depending on the pod state.
Finding the app event logs is not really intuitiv, perhaps its possible to make it more clear. Or to merge it with the deployment logs, so you have one overview what historically happened.
What is exactly the difference between Deploy (which is marked black, which somehow looks like an active state) and Rebuild?
Perhaps you can describe abit in k8s words, what exactly going on under the hood, or what was your intention to design it like this.
Thank you for your great efforts and great application!
P.S. perhaps some status indicators can be added to the
- app overview page
- monitoring reousrce usage page
Edit:
Perhaps it is possible to seperate it into container status:
"running", "stopped", "pending" (in addition, it should somehow show which deployment is currently running, like git commit)
and also deployment status:
"deployed", "deploy failed", "deployment in progress"
