Verify the Che installation
Confirm that Che is operational before onboarding users by checking the Operator pod, the CheCluster status, and the dashboard URL.
Prerequisites
-
You have installed Che on an Kubernetes cluster.
-
You have an active
kubectlsession with administrative permissions to the Kubernetes cluster.
Procedure
-
Verify that the Che Operator pod is running:
kubectl get pods -n eclipse-che -l app.kubernetes.io/component=che-operator -
Verify that the
CheClustercustom resource reports no errors:kubectl get checluster eclipse-che -n eclipse-che -o jsonpath='{.status.chePhase}'The expected output is
Active. -
Retrieve the Che dashboard URL:
kubectl get checluster eclipse-che -n eclipse-che -o jsonpath='{.status.cheURL}' -
Open the URL in a web browser and log in with your Kubernetes credentials.
Verification
-
The Che dashboard loads and displays the Create Workspace page.
Additional resources