Uploaded image for project: 'Red Hat OpenShift Dev Spaces (formerly CodeReady Workspaces) '
  1. Red Hat OpenShift Dev Spaces (formerly CodeReady Workspaces)
  2. CRW-1387

Can't create workspaces because plugin registry container didn't have meta yaml's of 7.18.2 version

    XMLWordPrintable

Details

    • False
    • False
    • Undefined
    • Hide

      1) run CRW with this image registry.redhat.io/codeready-workspaces/server-rhel8@sha256:63bf304cd04576048012693e7e8544a5a703790f99551554a75798bc799b112b

      2) run pluginregistry with the newest version (2.5)

      3)  Try to create a workspace. 

      Error seen: 

      Error: Failed to run the workspace: "Plugins installation process failed. 
      Error: Plugin brokering process for workspace workspacea5r3nzxyuj9eud3l failed with error: 
      Failed to download plugin meta: failed to fetch plugin meta.yaml from 
      URL 'https://plugin-registry-openshift-workspaces.apps.openshift.support/v3/plugins/eclipse/che-machine-exec-plugin/7.18.2/meta.yaml': 
      Downloading https://plugin-registry-openshift-workspaces.apps.openshift.support/v3/plugins/eclipse/che-machine-exec-plugin/7.18.2/meta.yaml failed. 
      Status code 404. 
      Show
      1) run CRW with this image registry.redhat.io/codeready-workspaces/server-rhel8@sha256:63bf304cd04576048012693e7e8544a5a703790f99551554a75798bc799b112b 2) run pluginregistry with the newest version (2.5) 3)  Try to create a workspace.  Error seen:  Error: Failed to run the workspace: "Plugins installation process failed. Error: Plugin brokering process for workspace workspacea5r3nzxyuj9eud3l failed with error: Failed to download plugin meta: failed to fetch plugin meta.yaml from URL 'https: //plugin-registry-openshift-workspaces.apps.openshift.support/v3/plugins/eclipse/che-machine-exec-plugin/7.18.2/meta.yaml' : Downloading https: //plugin-registry-openshift-workspaces.apps.openshift.support/v3/plugins/eclipse/che-machine-exec-plugin/7.18.2/meta.yaml failed. Status code 404.

    Description

      Issue is similar to CRW-1203 but the ask here is to not hardcode the codeready pod with versions instead we can add latest tags.

      This happened when the OCP cluster was upgraded and during that time plugin registry's new image of v2.5 was released in which there were no che of version 7.18.2.

      We need to update che.properties in codeready image to this:

       

      Current

      che.factory.default_editor=eclipse/che-theia/7.18.2
      che.factory.default_plugins=eclipse/che-machine-exec-plugin/7.18.2
      che.workspace.devfile.default_editor=eclipse/che-theia/7.18.2
      che.workspace.devfile.default_editor.plugins=eclipse/che-machine-exec-plugin/7.18.2

      Suggested

      che.factory.default_editor=eclipse/che-theia/latest
      che.factory.default_plugins=eclipse/che-machine-exec-plugin/latest
      che.workspace.devfile.default_editor=eclipse/che-theia/latest
      che.workspace.devfile.default_editor.plugins=eclipse/che-machine-exec-plugin/latest

       

      Attachments

        Issue Links

          Activity

            People

              nickboldt Nick Boldt
              rhn-support-fshaikh Fatima Shaikh
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: