Cluster Setup

Install the Dev Spaces Operator

Create the Namespace

oc create namespace openshift-devspaces

Install via OperatorHub

  1. In the OpenShift Web Console, go to Operators  OperatorHub

  2. Search for Red Hat OpenShift Dev Spaces

  3. Click Install

  4. Accept the defaults (All namespaces, Automatic approval) and click Install

  5. Wait for the operator to reach the Succeeded phase

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.