Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

default online plugin registry is not up-to-date for minishift addon #14138

Closed
2 of 23 tasks
benoitf opened this issue Aug 6, 2019 · 5 comments · Fixed by openshiftio/saas-openshiftio#1323
Closed
2 of 23 tasks
Assignees
Labels
area/plugin-registry kind/bug Outline of a bug - must adhere to the bug report template. severity/P1 Has a major impact to usage or development of the system. status/code-review This issue has a pull request posted for it and is awaiting code review completion by the community.
Milestone

Comments

@benoitf
Copy link
Contributor

benoitf commented Aug 6, 2019

Describe the bug

Following eclipse-che/che-plugin-registry#194 and #14061 now machine exec plugin is retrieved with next

but if I start Eclipse Che with minishift addon (and no local registries by default)

I've the following error in Che:

The requested URL /v3/plugins/eclipse/che-machine-exec-plugin/next/meta.yaml was not found on this server.



Error: Failed to run the workspace: "Plugins installation process failed. Error: Plugin broking process for workspace workspaceamcl0k0sjjta7vby failed with error: Failed to download plugin meta: failed to fetch plugin meta.yaml from URL 'https://che-plugin-registry.openshift.io/v3/plugins/eclipse/che-machine-exec-plugin/next/meta.yaml': Downloading https://che-plugin-registry.openshift.io/v3/plugins/eclipse/che-machine-exec-plugin/next/meta.yaml failed. Status code 404. Response body: 

Che version

  • latest
  • nightly
  • other: please specify

Steps to reproduce

Install Eclipse Che with minishift-addon

Expected behavior

Workspace should start fine (https://che-plugin-registry.openshift.io/plugins/ should include the next version)

Runtime

  • kubernetes (include output of kubectl version)
  • Openshift (include output of oc version)
  • minikube (include output of minikube version and kubectl version)
  • minishift (include output of minishift version and oc version)
  • docker-desktop + K8S (include output of docker version and kubectl version)
  • other: (please specify)

Screenshots

image

Installation method

  • chectl
  • che-operator
  • minishift-addon
  • I don't know

Environment

  • my computer
    • Windows
    • Linux
    • macOS
  • Cloud
    • Amazon
    • Azure
    • GCE
    • other (please specify)
  • other: please specify

Additional context

@benoitf benoitf added kind/bug Outline of a bug - must adhere to the bug report template. severity/P1 Has a major impact to usage or development of the system. area/plugin-registry labels Aug 6, 2019
@che-bot che-bot added the status/need-triage An issue that needs to be prioritized by the curator responsible for the triage. See https://github. label Aug 6, 2019
@skabashnyuk
Copy link
Contributor

I thought minishift addon was retired since nobody support it.

@benoitf
Copy link
Contributor Author

benoitf commented Aug 6, 2019

@skabashnyuk I guess it is not retired as I need to provide it as part of chectl for 7.0.0:
#13889

benoitf added a commit to benoitf/saas-openshiftio that referenced this issue Aug 6, 2019
Fix eclipse-che/che#14138

Change-Id: I01c47f0bb8c8ee588c239b6bb9fa636af582b790
Signed-off-by: Florent Benoit <fbenoit@redhat.com>
@ibuziuk ibuziuk changed the title default online plugin registry is not up-to-date default online plugin registry is not up-to-date for minishift addon Aug 6, 2019
@slemeur
Copy link
Contributor

slemeur commented Aug 6, 2019

needed for #13889 -> milestone 7.0.0

@slemeur slemeur added this to the 7.0.0 milestone Aug 6, 2019
@slemeur slemeur removed the status/need-triage An issue that needs to be prioritized by the curator responsible for the triage. See https://github. label Aug 6, 2019
@lemaral
Copy link

lemaral commented Aug 6, 2019

Same issue with minikube
Failed to download plugin meta: failed to fetch plugin meta.yaml from URL 'https://che-plugin-registry.openshift.io/v3/plugins/eclipse/che-machine-exec-plugin/next/meta.yaml': Downloading https://che-plugin-registry.openshift.io/v3/plugins/eclipse/che-machine-exec-plugin/next/meta.yaml failed. Status code 404. Response body:
Not Found
The requested URL /v3/plugins/eclipse/che-machine-exec-plugin/next/meta.yaml was not found on this server.

@benoitf
Copy link
Contributor Author

benoitf commented Aug 7, 2019

@lemaral could you tell me how you setup che on minikube ? (helm/operator, etc)

benoitf added a commit to benoitf/saas-openshiftio that referenced this issue Aug 7, 2019
Fix eclipse-che/che#14138

Change-Id: I01c47f0bb8c8ee588c239b6bb9fa636af582b790
Signed-off-by: Florent Benoit <fbenoit@redhat.com>
@benoitf benoitf self-assigned this Aug 7, 2019
@benoitf benoitf added the status/code-review This issue has a pull request posted for it and is awaiting code review completion by the community. label Aug 7, 2019
ibuziuk pushed a commit to openshiftio/saas-openshiftio that referenced this issue Aug 8, 2019
Fix eclipse-che/che#14138

Change-Id: I01c47f0bb8c8ee588c239b6bb9fa636af582b790
Signed-off-by: Florent Benoit <fbenoit@redhat.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/plugin-registry kind/bug Outline of a bug - must adhere to the bug report template. severity/P1 Has a major impact to usage or development of the system. status/code-review This issue has a pull request posted for it and is awaiting code review completion by the community.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants