-
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
UI: Only automatically group pods once #15111
Comments
Just found another issue related to this feature: Switching views also triggers the message. E.g. switching from 'list' to 'tree' view also triggers the grouping, but in reverse? No matter your original grouping, it will ungroup your pods while still printing the 'Since the number of pods...' message. |
WIP to solve this: #14821 |
This seems to solve the issue of the repeating notifications. Does this also solve the problem that it keeps trying to group pods, regardless of what the user wants? e.g. if I manually deselect the 'group pods' feature, will it still group pods on the next pod count change? |
Ah, good question. I think the answer is "no." |
Is there any good workaround to disable this "feature"? such as editing a configmap or something to specify some setting? We recently upgraded to 2.8 and this UI change is driving us crazy. |
We got an internal request to improve the experience as well. @ashutosh16 would you like to describe here what we proposed for the internal user? |
@jtcressy/@maartengo Based on the feedback, i've made some changes where the message and group nodes will be displayed once per app and will not be displayed again to the user. Pls see the attach video. It would be great if you can review the changes? Screen.Recording.2023-08-22.at.7.11.38.PM.mov |
@ashutosh16 this looks great! The only thing that I noticed is that test2 became grouped after you grouped test3. I think that can be a bit confusing, but otherwise its a great improvement. |
That is the default behavior of ArgoCD, If the user selects a grouping node, the user interface will remain in the grouping until you unselect. The |
@ashutosh16 LGTM! I especially love that you changed it to a tooltip for the groupNodes button, directing the user to the control visually. |
This change is released with 2.8.2. Thanks everyone! |
Checklist:
argocd version
.Describe the bug
In an application with more than 15 pods, each change in pod count triggers the following
However, this keeps happening after the first automated grouping.
To Reproduce
Expected behavior
The message should only occur once.
Another related issue (should I create a new issue for this?) is that it always groups the pods whenever the amount of pods change (so long as you have > 15 pods). Manually deselecting the grouping is overwritten.
Screenshots
Version
Logs
The text was updated successfully, but these errors were encountered: