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

Deploy Che is failed #23125

Closed
RomanNikitenko opened this issue Aug 31, 2024 · 1 comment
Closed

Deploy Che is failed #23125

RomanNikitenko opened this issue Aug 31, 2024 · 1 comment
Labels
area/install Issues related to installation, including offline/air gap and initial setup kind/bug Outline of a bug - must adhere to the bug report template.

Comments

@RomanNikitenko
Copy link
Member

RomanNikitenko commented Aug 31, 2024

Describe the bug

I have the following error when deploy Che:

Error: Command server:deploy failed with the error: Failed to download image, reason: ImagePullBackOff, message: Back-off pulling image "quay.io/che-incubator/configbump:next".

Also, there is the same error for the Smoke Test of the Che-Code, see https://github.com/che-incubator/che-code/actions/runs/10640629098/job/29505180642

Che version

7.90@latest

Steps to reproduce

  1. minikube start --memory=16384 --cpus=4 --disk-size='50000mb' --kubernetes-version=v1.25.0
  2. minikube addons enable ingress
  3. chectl server:deploy --platform=minikube --installer=operator

Expected behavior

Deploy Che is successful

Runtime

minikube

Screenshots

image

Installation method

chectl/next

Environment

macOS

Eclipse Che Logs

❯ Wait for Eclipse Che ready
    ✔ Dashboard pod bootstrap
      ✔ Scheduling...[OK]
      ✔ Downloading images...[OK]
      ✔ Starting...[OK]
    ❯ Gateway pod bootstrap
      ✔ Scheduling...[OK]
      ✖ Downloading images
        → Failed to download image, reason: ImagePullBackOff, message: Back-off pulling image "quay.io/che-incubator/configbump:next".
        Starting
      Eclipse Che Server pod bootstrap
      Wait Eclipse Che active
    Retrieving Eclipse Che self-signed CA certificate
    Prepare post installation output
Error: Command server:deploy failed with the error: Failed to download image, reason: ImagePullBackOff, message: Back-off pulling image "quay.io/che-incubator/configbump:next". See details: /Users/rnikitenko/Library/Caches/chectl/error.log. Eclipse Che logs: /var/folders/q2/tbgbfg4s5mq5hw5czfdgjjkr0000gn/T/chectl-logs/1725091965844.
    at newError (/Users/rnikitenko/projects/chectl/lib/utils/utls.js:39:19)
    at wrapCommandError (/Users/rnikitenko/projects/chectl/lib/utils/command-utils.js:54:32)
    at Deploy.<anonymous> (/Users/rnikitenko/projects/chectl/lib/commands/server/deploy.js:82:65)
    at Generator.throw (<anonymous>)
    at rejected (/Users/rnikitenko/projects/chectl/node_modules/tslib/tslib.js:167:69)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
Cause: Error: Failed to download image, reason: ImagePullBackOff, message: Back-off pulling image "quay.io/che-incubator/configbump:next".
    at /Users/rnikitenko/projects/chectl/lib/tasks/pod-tasks.js:148:39
    at Generator.next (<anonymous>)
    at fulfilled (/Users/rnikitenko/projects/chectl/node_modules/tslib/tslib.js:166:62)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)

Additional context

chectl/0.0.20240822-next.0a6b042 darwin-x64 node-v20.10.0

@RomanNikitenko RomanNikitenko added the kind/bug Outline of a bug - must adhere to the bug report template. label Aug 31, 2024
@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 31, 2024
@RomanNikitenko RomanNikitenko added the area/install Issues related to installation, including offline/air gap and initial setup label Aug 31, 2024
@tolusha
Copy link
Contributor

tolusha commented Sep 2, 2024

I've rebuild the image.
Should be ok now.

@tolusha tolusha closed this as completed Sep 2, 2024
@tolusha tolusha removed the status/need-triage An issue that needs to be prioritized by the curator responsible for the triage. See https://github. label Sep 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/install Issues related to installation, including offline/air gap and initial setup kind/bug Outline of a bug - must adhere to the bug report template.
Projects
None yet
Development

No branches or pull requests

4 participants
@tolusha @RomanNikitenko @che-bot and others