-
Bug
-
Resolution: Done
-
Major
-
CRW 2.2.0, CRW 2.3.0, CRW 2.4.0
-
devex docs #188 Aug 6-Aug 28, devex docs #189 Aug 28-Sep 18, devex docs #190 Sep 18-Oct 8, devex docs #191 Oct 8-Oct 29
-
3
-
This is fixed.
---------------------------------------------------------------------------------------------------------
Section 9.3
"oc process -f deploy/serviceaccount.yaml \
oc apply -f -" |
>> Please change that to deploy/openshift/serviceaccount.yaml
--------------------------------------------------------------------------------------------------
>> Same is true for deploy/configmap.yaml, should be deploy/openshift/configmap.yaml
---------------------------------------------------------------------------------------------------
>> Same is true for app.yaml, put 'openshift' in the path please.
----------------------------------------------------------------------------------------------------
Table 9, recommended images has 'registry.access.redhat.com' in the path for all images. This will fail to pull, it should be changed to 'registry.redhat.io'.
Example:
registry.access.redhat.com/codeready-workspaces/stacks-java-rhel8 // wrong
registry.redhat.io/codeready-workspaces/stacks-java-rhel8:2.2 // right. All images should be 'registry.redhat.io'
------------------------------------------------------------------------------------------------------
On OCP 4 (from ClusterBot), 'OpenShift Image Puller' was not found on OperatorHub. Kubernetes Image Puller was there, though.
---------------------------------------------------------------------------------------------------------
The suggested Java image resulted in a 404. All other images pulled correctly.
registry.redhat.io/codeready-workspaces/stacks-java-rhel8:2.2 <<------ Gets a 404.
- blocks
-
RHDEVDOCS-2222 [DDF] Two issues:
- Closed