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

ports listed under services are incorrectly displayed #93

Closed
si458 opened this issue Jun 7, 2020 · 5 comments
Closed

ports listed under services are incorrectly displayed #93

si458 opened this issue Jun 7, 2020 · 5 comments
Labels
bug Something isn't working

Comments

@si458
Copy link
Contributor

si458 commented Jun 7, 2020

ports listed under services are incorrectly displayed

image

tested by creating a minio deployment with a simply loadbalancer and its showing port 900032013 is mapped to 9000

<IonLabel>
{port.name} {port.port}
{port.nodePort}/{port.protocol} &gt; {port.targetPort}
</IonLabel>

@si458
Copy link
Contributor Author

si458 commented Jun 7, 2020

ok i have checked the kubernetes api docs...
https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.18/#serviceport-v1-core
name is optional if only one ServicePort is defined on the service.
so you wont get a spec.name variable which is probably why its displayed incorrectly in the app

@si458 si458 changed the title ports listed under services are incorrectly spaced out ports listed under services are incorrectly displayed Jun 7, 2020
@si458
Copy link
Contributor Author

si458 commented Jun 7, 2020

ok after changing my service to use multiport config with a name
https://kubernetes.io/docs/concepts/services-networking/service/#multi-port-services
the name is now displayed but no space now so its still confusing ???
image

@si458
Copy link
Contributor Author

si458 commented Jun 7, 2020

#94 should fix issue :)

@ricoberger ricoberger added the bug Something isn't working label Jun 7, 2020
@ricoberger
Copy link
Member

Closed by #94. Thanks again for your contribution 🙂

@si458
Copy link
Contributor Author

si458 commented Jun 8, 2020

Keep up amazing work! Just waiting for latest mobile TestFlight build now :)

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

No branches or pull requests

2 participants