-
Bug
-
Resolution: Done
-
Critical
-
None
-
None
-
devex docs #224 Sep 1-Sep 22, devex docs #225 Sep 22-Oct 13
-
5
-
Documentation (Ref Guide, User Guide, etc.)
-
https://github.com/eclipse-che/che-docs/pull/2447/files, https://gitlab.cee.redhat.com/red-hat-developers-documentation/red-hat-devtools/-/merge_requests/1605, https://gitlab.cee.redhat.com/red-hat-developers-documentation/red-hat-devtools/-/merge_requests/1606, https://gitlab.cee.redhat.com/red-hat-developers-documentation/red-hat-devtools/-/merge_requests/1607, https://gitlab.cee.redhat.com/red-hat-developers-documentation/red-hat-devtools/-/merge_requests/1610, https://gitlab.cee.redhat.com/red-hat-developers-documentation/red-hat-devtools/-/merge_requests/1611, https://gitlab.cee.redhat.com/red-hat-developers-documentation/red-hat-devtools/-/merge_requests/1612, https://gitlab.cee.redhat.com/red-hat-developers-documentation/red-hat-devtools/-/merge_requests/1613, https://gitlab.cee.redhat.com/red-hat-developers-documentation/red-hat-devtools/-/merge_requests/1618, https://github.com/eclipse-che/che-docs/pull/2461, https://gitlab.cee.redhat.com/red-hat-developers-documentation/red-hat-devtools/-/merge_requests/1624
-
---
-
---
It was discovered that having only one namespace attribute in the docs is no longer enough given the introduction of the DevWorkspace Operator.
So we need to
- add a second namespace attribute so that one namespace attribute variable has the `openshift-devspaces` and the other namespace attribute variable has the `openshift-operators` value.
- Look up all instances of the `namespace` attribute in the docs and determine for each instance which attribute it should be, then update each instance of `{namespace}` in the docs accordingly.
- Look up all hardcoded instances of `openshift-devspaces` and `openshift-operators` and update them with the relevant attribute.
Overall naming / replacement strategy:
- `openshift-operators` ==> subscription, operator
- `openshift-devspaces` ==> CheCluster v2 object, pods, routes
- depends on
-
CRW-3340 Different namespace recommended for Operator installion in the OperatorHub UI in the OpenShift web console
- Closed