Service CodeReady Workspaces

The CodeReady Workspaces cluster resource deploy the codeReady-workspaces operator and a CodeReady Workspaces instance that provide a IDE Environment for immediate developpment.

This cluster resource is based on the cluster-workspace helm chart defined in startx helm-repository.

Description

Field Content
Name STARTX cluster CodeReady Workspaces
tags startx cluster config admin workspaces codeready
provider STARTX
format openshift template
content 3 ArgoCD application
namespace openshift-workspaces
operator codeready-workspaces@2.5.1

Add to a cluster

# Associate this cluster resource to the cluster mycluster (runable resource)
sxcm resource associate workspaces mycluster
# Enable this cluster resource to the cluster mycluster (running resource)
sxcm resource enable workspaces mycluster

Remove from a cluster

# Dissociate this cluster resource from the cluster mycluster (removable resource)
sxcm resource dissociate workspaces mycluster
# Disable this cluster resource from the cluster mycluster (removed resource)
sxcm resource disable workspaces mycluster

Get cluster resource detail

# Read information about the cluster resource version installed into your host (local)
sxcm resource info workspaces

More on resource

You should read the cluster resource management documentation section to learn the command meaning and how to create your own cluster resource service to deliver personalized cluster configuration.