Find the fully qualified domain name (FQDN)
Retrieve the Che dashboard URL from the CheCluster custom resource. You need this URL to open the dashboard in a browser or share the endpoint with your development team.
This page is for platform administrators who install, configure, and manage Che on Kubernetes clusters. To learn more about common roles and example tasks referenced in Che documentation, see Common user roles and tasks.
|
You can find the FQDN for your organization’s Che instance in the Administrator view of the Kubernetes web console as follows. Go to Operators → Installed Operators → Eclipse Che instance Specification → eclipse-che → Eclipse Che URL. |
-
You have an active
kubectlsession with administrative permissions to the Kubernetes cluster. See Getting started with the OpenShift CLI.
-
Run the following command:
kubectl get checluster eclipse-che -n eclipse-che -o jsonpath='{.status.cheURL}'
-
Open the returned URL in a web browser and verify that the Che dashboard loads.