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

Network view is confusing if same ingress is targeting two services #2338

Closed
alexmt opened this issue Sep 21, 2019 · 0 comments · Fixed by #7113
Closed

Network view is confusing if same ingress is targeting two services #2338

alexmt opened this issue Sep 21, 2019 · 0 comments · Fixed by #7113
Labels
bug Something isn't working component:ui User interfaces bugs and enhancements
Milestone

Comments

@alexmt
Copy link
Collaborator

alexmt commented Sep 21, 2019

Describe the bug

Network view is supposed to visualize traffic flow from ingress to service to pods. It uses different colors if traffic is coming from different ingresses, but this is not enough since usually, same ingress serves multiple types of requests and sends requests using different ingress rules.

Colors if lines which represent traffic from ingress to service should have a different color if connections are inferred using different ingress rules.

To Reproduce

  1. Deploy any application which has ingress and two services. Ingress should have two rules and point to two services.
  2. Navigate to network view
  3. See the traffic lines two services have the same color.

Expected behavior

Colors should be different

@alexmt alexmt added the bug Something isn't working label Sep 21, 2019
@jannfis jannfis added the component:ui User interfaces bugs and enhancements label May 14, 2020
@jessesuen jessesuen added this to the v1.10 milestone Feb 23, 2021
@alexmt alexmt modified the milestones: v2.1, v2.2 Jul 2, 2021
cezhang added a commit to cezhang/argo-cd that referenced this issue Aug 30, 2021
alexmt pushed a commit that referenced this issue Sep 1, 2021
…ces #2338 (#7113)

Signed-off-by: cezhang <c1zhang.dev@gmail.com>
plakyda-codefresh pushed a commit to plakyda-codefresh/argo-cd that referenced this issue Sep 28, 2021
…ces argoproj#2338 (argoproj#7113)

Signed-off-by: cezhang <c1zhang.dev@gmail.com>
Signed-off-by: viktorplakida <plakyda1@gmail.com>
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
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants