Cluster Setup
Install the Dev Spaces Operator
Install via OperatorHub
-
In the OpenShift Web Console, go to
-
Search for Red Hat OpenShift Dev Spaces
-
Click Install
-
Accept the defaults (All namespaces, Automatic approval) and click Install
-
Wait for the operator to reach the
Succeededphase
Verify from the CLI:
oc get csv -n openshift-operators | grep devspaces
The DevWorkspace Operator is installed automatically as a dependency.
Next Steps
Proceed to Configure Dev Spaces.