Chapter 5. Installing CodeReady Workspaces on OpenShift Dedicated
CodeReady Workspaces deployment requires cluster-admin OpenShift privileges. To install CodeReady Workspaces on OpenShift Dedicated cluster, a special procedure needs to be followed.
It will not be possible to use OpenShift OAuth for CodeReady Workspaces authentication when deployed on OpenShift Dedicated using the method described in this section.
Prerequisites
- OpenShift Dedicated cluster with recommended resources. See Chapter 2, Installing CodeReady Workspaces on OpenShift v3 for detailed information about cluster sizing.
Procedure
To install CodeReady Workspaces on OpenShift Dedicated, you need to use the deployment script distributed with CodeReady Workspaces 1.0.1 and manually specify CodeReady Workspaces container images from version 1.1.
-
Download and unpack the deployment script from CodeReady Workspaces 1.0.1 from developers.redhat.com. See Section 2.1, “Downloading the CodeReady Workspaces deployment script” for detailed instructions. Ensure that you are downloading the 1.0.1 version (direct link:
codeready-workspaces-1.0.1.GA-operator-installer.tar.gz
). Run the deployment script and specify:
-
1.1
server
image 1.0
server-operator
image$ ./deploy.sh --deploy \ --operator-image=registry.access.redhat.com/codeready-workspaces/server-operator:1.0 \ --server-image=registry.access.redhat.com/codeready-workspaces/server:1.1
See Section 2.2, “Running the CodeReady Workspaces deployment script” for a description of other available parameters that can be used with the deployment script to customize the CodeReady Workspaces deployment.
-
1.1