Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Targets with type service are not displayed properly #1393

Closed
nluaces opened this issue Feb 19, 2024 · 0 comments · Fixed by #1407
Closed

Targets with type service are not displayed properly #1393

nluaces opened this issue Feb 19, 2024 · 0 comments · Fixed by #1407
Assignees
Labels
bug Something isn't working

Comments

@nluaces
Copy link
Member

nluaces commented Feb 19, 2024

Describe the bug
Targets with type service are not displayed properly.

How To Reproduce

  1. Create two kubernetes services on my namespace: nginx1 and nginx2.
  2. Create a skupper service, named: nginx-skupper and bound it to those two services, using:
skupper service bind nginx-skupper service nginx1.sk1.svc.cluster.local
skupper service bind nginx-skupper service nginx2.sk1.svc.cluster.local
  1. Execute the service status verbose mode. The target information is incomplete.
$ skupper service status -v
Services exposed through Skupper:
╰─ nginx-skupper:8080 (tcp)
╰─ Sites:
╰─ 362c9f19-29f4-4555-a9a6-c6f575624c8e(sk1)
│ policy: disabled
╰─ Targets:
├─ nginx-skupper:8080
╰─ nginx-skupper:8080

Expected behavior
Using skupper 1.4.4:

$ skupper service status
Services exposed through Skupper:
╰─ nginx-skupper (tcp port 8080)
╰─ Targets:
├─ nginx1.sk1.svc.cluster.local name=nginx1.sk1.svc.cluster.local
╰─ nginx2.sk1.svc.cluster.local name=nginx2.sk1.svc.cluster.local

Environment details

  • Skupper CLI: 1.5.3
  • Skupper Operator (if applicable): N/A
  • Platform: N/A

Additional context
N/A

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant