Finding the fully qualified domain name (FQDN)
You can get the fully qualified domain name (FQDN) of your organization’s instance of Che on the command line or in the OpenShift web console.
You can find the FQDN for your organization’s Che instance in the Administrator view of the OpenShift web console as follows. Go to Operators → Installed Operators → Eclipse Che instance Specification → eclipse-che → Eclipse Che URL. |
Prerequisites
-
An active
oc
session with administrative permissions to the OpenShift cluster. See Getting started with the OpenShift CLI.
Procedure
-
Run the following command:
kubectl get checluster eclipse-che -n eclipse-che -o jsonpath='{.status.cheURL}'