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

Openshift failing to pull image #16971

Closed
3 tasks
goldcakes opened this issue May 19, 2020 · 7 comments
Closed
3 tasks

Openshift failing to pull image #16971

goldcakes opened this issue May 19, 2020 · 7 comments
Labels
kind/question Questions that haven't been identified as being feature requests or bugs.

Comments

@goldcakes
Copy link

goldcakes commented May 19, 2020

Describe the bug

When I try starting Openshift.io it fails at pulling image "quay.io/eclipse/che-plugin-metadata-broker:v3.1.2"

Che version

Che version is 7.12.2 latest

Steps to reproduce

-Go to the openshift.io url
-Log in
-Go to workspaces
-Open a workspace
-Error is during start up

Expected behavior

Expected it to open the workspace in the php-simple start page

Screenshots

errorImagePull

Installation method

  • I don't know

Environment

  • my computer
    • Windows

Eclipse Che Logs

pulling image "quay.io/eclipse/che-plugin-metadata-broker:v3.1.2"
Error: ErrImagePull
Error: Failed to run the workspace: "Plugins installation process failed. Error: Unrecoverable event occurred: 'Failed', 'Error: ErrImagePull', 'workspacemlywc2fliee3ktsc.che-plugin-broker'"

Additional context

A friend of mine is also experiencing the same issue at their house.
I don't really know much about this, I'm using it to learn html at uni.

@goldcakes goldcakes added the kind/bug Outline of a bug - must adhere to the bug report template. label May 19, 2020
@goldcakes goldcakes reopened this May 19, 2020
@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 May 19, 2020
@tolusha
Copy link
Contributor

tolusha commented May 19, 2020

@goldcakes
We are experiencing a problem with quay.io
https://status.quay.io/incidents/kw2627bsdwd9

@goldcakes
Copy link
Author

Ok, thanks for the reply. Is there anyway to download my files without it or something. I need to submit my assignment before midnight.

@azatsarynnyy azatsarynnyy added kind/question Questions that haven't been identified as being feature requests or bugs. and removed kind/bug Outline of a bug - must adhere to the bug report template. status/need-triage An issue that needs to be prioritized by the curator responsible for the triage. See https://github. labels May 19, 2020
@danidoedel
Copy link

@tolusha is there any reason why it has to be pulled for every workspace start? Can't it be cached? Almost the whole day Che was unusable because of the quay.io issues...

@AndrienkoAleksandr
Copy link
Contributor

I see we have an issue with pull devfile registry image:

Error: error pulling image "quay.io/eclipse/che-devfile-registry:7.12.2": unable to pull quay.io/eclipse/che-devfile-registry:7.12.2: unable to pull image: Error initializing source docker://quay.io/eclipse/che-devfile-registry:7.12.2: Requesting bear token: invalid status code from registry 500 (Internal Server Error)

With nightly image the same.

@goldcakes
Copy link
Author

Fortunately, they managed to get it running in read-only mode. I would recommend you download your files now, as they are still working on the issue. This page shows regular updates about the issue.
I'll keep this open for now(unless asked to close) and when the issue is solved I will comment so.

@goldcakes
Copy link
Author

Ok, issue is currently resolved and stable.

@tolusha
Copy link
Contributor

tolusha commented May 20, 2020

@danidoedel
It is possible not to pull images by modify eclipse-che CR:

spec:
  server:
    customCheProperties:
      CHE_WORKSPACE_PLUGIN__BROKER_PULL__POLICY: IfNotPresent
      CHE_WORKSPACE_SIDECAR_IMAGE__PULL__POLICY: IfNotPresent
      CHE_INFRA_KUBERNETES_PVC_JOBS_IMAGE_PULL__POLICY: IfNotPresent

corresponding issue #14698

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/question Questions that haven't been identified as being feature requests or bugs.
Projects
None yet
Development

No branches or pull requests

6 participants