You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The new pod logs container viewer introduced in argo v2.4 via #8531 is slowing down operation work when wanting to reviewing quickly all the container logs of a pod. In the previous UI, it was taking a single click to view each container logs. WIth the new UI, it takes one click to go to the list of the containers and a second click to view the container logs. This is making troubleshooting not a efficient as before.
Motivation
The number of clicks required to view the container logs for a particular pods increased by 2 between v2.3 and v2.4. Reducing the number of clicks to a minimum is always best practice.
Proposal
We could probably improve this by replacing the first click to show up the list of containers by a UI rollover method.
The text was updated successfully, but these errors were encountered:
For certain cases where a pod's containers talk to each other, it'd be really helpful to be able to see the logs from all containers at once.
I can imagine a case where one might only want to view a subset of containers (via a multi-select), so if someone wants to implement a feature where it's a multi-select instead of just an "all / " option, I'd definitely support that.
Summary
The new pod logs container viewer introduced in argo v2.4 via #8531 is slowing down operation work when wanting to reviewing quickly all the container logs of a pod. In the previous UI, it was taking a single click to view each container logs. WIth the new UI, it takes one click to go to the list of the containers and a second click to view the container logs. This is making troubleshooting not a efficient as before.
Motivation
The number of clicks required to view the container logs for a particular pods increased by 2 between v2.3 and v2.4. Reducing the number of clicks to a minimum is always best practice.
Proposal
We could probably improve this by replacing the first click to show up the list of containers by a UI rollover method.
The text was updated successfully, but these errors were encountered: