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

Bug: issue with service URL and port numbers #4025

Closed
2 tasks done
Shubham9t9 opened this issue Oct 6, 2023 · 0 comments · Fixed by devtron-labs/dashboard#1395 or #4132 · May be fixed by #4058
Closed
2 tasks done

Bug: issue with service URL and port numbers #4025

Shubham9t9 opened this issue Oct 6, 2023 · 0 comments · Fixed by devtron-labs/dashboard#1395 or #4132 · May be fixed by #4058
Assignees
Labels
bug Something isn't working

Comments

@Shubham9t9
Copy link
Contributor

Shubham9t9 commented Oct 6, 2023

📜 Description

  1. On copying service URL from dashboard, it copies all the port numbers in the URL in comma separated way.

For example, if you try to copy service URL by clicking on copy button for 'kubewatch-devtroncd-1-service:80', it will copy 'kubewatch-devtroncd-1-service:80,80'.

Screenshot 2023-10-06 at 8 36 00 AM

copied: devtron-nats:4222,6222,8222,7777,7422,7522

Also, if you see, the copied URL doesn't the namespace included.

  1. Shows duplicate service URL.

Screenshot 2023-10-06 at 8 33 16 AM

  1. Incomplete service URL if you click on (+ more) button. It does not include the namespace in the service URL.

Screenshot 2023-10-06 at 8 33 16 AM

👟 Reproduction steps

You can see this for any application that have a service.

👍 Expected behavior

Listed issues should not be there.

👎 Actual Behavior

It should copy the particular service URL, in correct format and the complete URL(including namespace).

☸ Kubernetes version

1.26

Cloud provider

🌍 Browser

Chrome

🧱 Your Environment

No response

✅ Proposed Solution

No response

👀 Have you spent some time to check if this issue has been raised before?

  • I checked and didn't find any similar issue

🏢 Have you read the Code of Conduct?

AB#5988

@Shubham9t9 Shubham9t9 added the bug Something isn't working label Oct 6, 2023
@uxarya-d uxarya-d pinned this issue Oct 6, 2023
@uxarya-d uxarya-d unpinned this issue Oct 6, 2023
@tayalrishabh96 tayalrishabh96 added the pager-duty Bugs / Issues found while on pager duty label Oct 6, 2023
@pawan-59 pawan-59 removed the pager-duty Bugs / Issues found while on pager duty label Oct 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment