-
Notifications
You must be signed in to change notification settings - Fork 262
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
Service detail page does not always show load balancer ip #6245
Comments
bashofmann
added a commit
to bashofmann/dashboard-1
that referenced
this issue
Jun 29, 2022
…e status, if the spec field is empty Adresses rancher#6245
This may help with #8087 though I'd have to dig in deeper. A milestone was left off this work so if it's in To Test, QA can look for 2.7.2. |
Needs either unit tests and/or E2E. If that's not possible as it seems provisioning with cloud provider is not yet implemented a manual validation on AKS/GKE/EKS should be done. cc @yonasberhe23 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Detailed Description
The details section of the Service detail page does not always show the external IP or hostname of a LoadBalancer Service.
Currently the external IP is only shown, if it was defined in the Service spec. In most cases the external IP or hostname of a LoadBalancer Service is automatically assigned by the cloud provider though. In that case
spec.loadBalancerIP
is empty. But you can see the assigned information instatus.loadBalancer.ingress
.Context
Displaying the IP or hostname makes it easier for users to copy and paste this information.
The text was updated successfully, but these errors were encountered: