Skip to content
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

Group Nodes breaks Kinds counts / views #16039

Closed
3 tasks done
jsoref opened this issue Oct 19, 2023 · 2 comments · Fixed by #21337
Closed
3 tasks done

Group Nodes breaks Kinds counts / views #16039

jsoref opened this issue Oct 19, 2023 · 2 comments · Fixed by #21337
Labels
bug Something isn't working component:ui User interfaces bugs and enhancements version:2.14 Latest confirmed affected version is 2.14

Comments

@jsoref
Copy link
Member

jsoref commented Oct 19, 2023

Checklist:

  • I've searched in the docs and FAQ for my answer: https://bit.ly/argocd-faq.
  • I've included steps to reproduce the bug.
  • I've pasted the output of argocd version.

Describe the bug

Filtering by Pod and then clicking Group nodes results in Pod showing 0 objects and shows none of them

To Reproduce

  1. Visit https://cd.apps.argoproj.io/applications/prometheus-operator?resource=kind%3AEndpoints
  2. See Endpoints (14)
  3. If Group Nodes isn't active, click it
  4. Click Kinds and select Pod
  5. See Pod (0)
  6. See a lack of any Pods in the graph
  7. Click Group Nodes to deactivate it
  8. See Pod (0)
  9. Click Kinds and select Pod
  10. Click Kinds and select Pod
  11. See Pod (10)

Expected behavior

Pods should be counted and displayed even when their parent items are not.

Screenshots

image
image

Version

{
    "Version": "v2.9.0+1fe6c89",
    "BuildDate": "2023-10-19T19:43:37Z",
    "GitCommit": "1fe6c8993ab4fa0e8430629af74d7bc6a6333a0b",
    "GitTreeState": "clean",
    "GoVersion": "go1.21.3",
    "Compiler": "gc",
    "Platform": "linux/amd64",
    "KustomizeVersion": "v5.1.1 2023-07-31T17:13:01Z",
    "HelmVersion": "v3.13.1+g3547a4b",
    "KubectlVersion": "v0.26.4",
    "JsonnetVersion": "v0.20.0"
}

Logs

Paste any relevant application logs here.
@jsoref jsoref added the bug Something isn't working label Oct 19, 2023
@andrii-korotkov-verkada
Copy link
Contributor

ArgoCD versions 2.10 and below have reached EOL. Can you upgrade and let us know if the issue is still present, please?

@andrii-korotkov-verkada andrii-korotkov-verkada added the version:EOL Latest confirmed affected version has reached EOL label Nov 11, 2024
@jsoref
Copy link
Member Author

jsoref commented Nov 11, 2024

This is still present in v2.14.0+9ac1670 and could be trivially reproduced by following the instructions in the ticket.

@andrii-korotkov-verkada andrii-korotkov-verkada added version:2.14 Latest confirmed affected version is 2.14 and removed version:EOL Latest confirmed affected version has reached EOL labels Nov 11, 2024
@nitishfy nitishfy added the component:ui User interfaces bugs and enhancements label Jan 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working component:ui User interfaces bugs and enhancements version:2.14 Latest confirmed affected version is 2.14
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants