-
Notifications
You must be signed in to change notification settings - Fork 12
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
Incorrect Kubernetes Cluster URL in Navigation bar #215
Comments
AFAIK the cluster URL would look like this: |
For the kubernetes url we want it to be just the oc login |
Any API that exposes the cluster url? |
Currently we dont have a backend api which provides this cluster url, afaik. |
@athiruma We want to display OpenShift Cluster URL, for example in minikube(screenshot attached) UI displays minikube IP for Kubernetes URL and similarly we want either the Openshift Console route URL or api-server URL to be displayed which can be fetched by running below command Expected output-
Minikube example: |
@shreyabiradar07, you are right. For this, we need the API in the backend to expose these url's. From the front end, we can't exec/ run commands on the cluster. WDYT? |
Problem Faced:
In the horizontal Navbar on clicking the Kubernetes logo to get cluster information there are two URLs displayed
In OpenShift, for
Kubernetes URL
currenttlyKruize-UI
route URL is displayed instead of the OpenShift cluster URLExpectations / Delivery Requirements:
Fix the
Kubernetes URL
being displayed, replacing withOpenShift URL
Where to Start?
The text was updated successfully, but these errors were encountered: