-
Notifications
You must be signed in to change notification settings - Fork 5.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tree-view: Always show PodGroup in replicaset when Child Pod node exist #12051
Comments
The current behaviour is implemented as designed from point 10 from PR #8661 Three RS, but one RS with at least one pod: ...and with Group Nodes enabled: Note the other situation where only one RS has no associated pods: |
@keithchong Thanks for looking into it. |
Signed-off-by: Keith Chong <kykchong@redhat.com>
…j#12065) Signed-off-by: Keith Chong <kykchong@redhat.com> Co-authored-by: Remington Breeze <remington@breeze.software> Signed-off-by: emirot <emirot.nolan@gmail.com>
…j#12065) Signed-off-by: Keith Chong <kykchong@redhat.com> Co-authored-by: Remington Breeze <remington@breeze.software> Signed-off-by: schakrad <chakradari.sindhu@gmail.com>
Summary
In the Tree View, when the user clicks on the
group node
, the last node shows as a replicaset that groups the same kind of sibling (replicaset).This UI experience seems inconsistent. When multiple replicaset nodes exist, it displays node groups of the same kind, in this case replicaset, whereas when only one replicaset node exists, it displays podGroup.
Consistent UI experience should be provided where the user always sees podGroup on replicaset whenever child pods exist.
Current UI - when multiple replicaset nodes exist
Current UI - When only one replica set node exists, UI shows pod group.
The enhancement should expand the replicaset in podGroup view when child pod exists and group the sibling node when no further child node exists
The text was updated successfully, but these errors were encountered: