-
Bug
-
Resolution: Done
-
Critical
-
CRW 2.0.1
-
None
-
devex docs #188 Aug 6-Aug 28
Read and follow instructions documented here: https://access.redhat.com/documentation/en-us/red_hat_codeready_workspaces/2.0/html-single/administration_guide/index#adding-a-devfile-at-runtime_editing-a-devfile-and-plug-in-at-runtime
Notice the instruction:
{{$ DEVFILE_REG_POD=$(oc get -o custom-columns=NAME:.metadata.name \ --no-headers -l app=che-devfile-registry pod)}}
There is no pod with the label che-devfile-registry so you never get a pod back
Notice the instruction
{{$ oc exec $\{DEVFILE_REG_POD} -i -t -- \ /var/www/html/index.sh > /var/www/html/devfiles/index.json}}
There is no index.sh in /var/www/html/ making it impossible to complete this step
- relates to
-
RHDEVDOCS-1762 [CONTENT_UPDATE] AG - Customizing the devfile and plug-in registries documentation overly hard to read and understand
- Closed