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

Helm installer is broken #18648

Closed
mmorhun opened this issue Dec 18, 2020 · 1 comment · Fixed by che-incubator/chectl#1040
Closed

Helm installer is broken #18648

mmorhun opened this issue Dec 18, 2020 · 1 comment · Fixed by che-incubator/chectl#1040
Assignees
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. severity/blocker Causes system to crash and be non-recoverable or prevents Che developers from working on Che code.
Milestone

Comments

@mmorhun
Copy link
Contributor

mmorhun commented Dec 18, 2020

Describe the bug

When try to install Eclipse Che using Helm installer it fails to run helm upgrade:

✖ Deploying Eclipse Che Helm Chart
      → Unable to execute helm command helm upgrade --install che --force --namespace che --set global.cheDomain=172.17.0.3.nip.io --set global.tls.useSelfSignedCerts=true --set global.ingre
…
 ›   Error: Error: Unable to execute helm command helm upgrade --install che --force --namespace che --set global.cheDomain=172.17.0.3.nip.io --set global.tls.useSelfSignedCerts=true --set 
 ›   global.ingressDomain=172.17.0.3.nip.io --set cheImage=quay.io/eclipse/che-server:nightly --set che.disableProbes=false  -f 
 ›   /home/user/.cache/chectl/templates/kubernetes/helm/che/values/tls.yaml  /home/user/.cache/chectl/templates/kubernetes/helm/che/ / Error: found in Chart.yaml, but missing in 
 ›   charts/ directory: prometheus, grafana
 ›   Command server:deploy failed. Error log: /home/user/.cache/chectl/error.log

Che version

  • latest
  • nightly

Steps to reproduce

Run chectl serevr:deploy --installer=helm --platform=<platform>

Expected behavior

It is possible to deploy Eclipse Che using Helm installer

Runtime

kubernetes (minikube)

Screenshots

N/A

Installation method

chectl

Environment

my computer (Linux)

Additional context

Looks like the failure is caused by external resouces: charts of prometheus and grafana.

@mmorhun mmorhun added kind/bug Outline of a bug - must adhere to the bug report template. severity/blocker Causes system to crash and be non-recoverable or prevents Che developers from working on Che code. labels Dec 18, 2020
@mmorhun mmorhun self-assigned this Dec 18, 2020
@tolusha tolusha added the area/install Issues related to installation, including offline/air gap and initial setup label Dec 18, 2020
@tolusha tolusha mentioned this issue Dec 18, 2020
56 tasks
@mmorhun
Copy link
Contributor Author

mmorhun commented Dec 18, 2020

Fixed

@mmorhun mmorhun closed this as completed Dec 18, 2020
@tolusha tolusha added this to the 7.23 milestone Dec 18, 2020
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. severity/blocker Causes system to crash and be non-recoverable or prevents Che developers from working on Che code.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants