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

Dashboard should better handle devworkspace startup failure #19684

Closed
23 tasks
Tracked by #20830
sleshchenko opened this issue Apr 27, 2021 · 1 comment · Fixed by eclipse-che/che-dashboard#418
Closed
23 tasks
Tracked by #20830
Assignees
Labels
area/dashboard 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. sprint/current

Comments

@sleshchenko
Copy link
Member

sleshchenko commented Apr 27, 2021

Describe the bug

Dashboard should better handle devworkspace startup failure.

  1. When DevWorkspace becomes failed it's still displayed as Starting:
    Screenshot_20210427_123253
  2. After tab is changed, the state is rerendered but the INFO is not propagated:
    Screenshot_20210427_123322
  3. When DevWorkspace has failed state, it's not possible to update DevWorkspace:
    Screenshot_20210427_123621

DevWorkspace to test:

schemaVersion: 2.0.0
metadata:
  name: spring-petclinic
  namespace: opentlc-mgr-che
components:
  - container:
      env:
        - name: ENV_VAR
          value: value
      image: 'quay.io/eclipse/che-java8-maven:nly'
      memoryLimit: 1536M
      sourceMapping: /projects
      volumeMounts:
        - name: mavenrepo
          path: /root/.m2
    name: maven
  - name: mavenrepo
    volume:
      size: 1G

Che version

  • latest
  • nightly
  • other: please specify

Steps to reproduce

Expected behavior

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

Installation method

  • chectl
    • provide a full command that was used to deploy Eclipse Che (including the output)
    • provide an output of chectl version command
  • OperatorHub
  • I don't know

Environment

  • my computer
    • Windows
    • Linux
    • macOS
  • Cloud
    • Amazon
    • Azure
    • GCE
    • other (please specify)
  • Dev Sandbox (workspaces.openshift.com)
  • other: please specify

Eclipse Che Logs

Additional context

@sleshchenko sleshchenko added kind/bug Outline of a bug - must adhere to the bug report template. sprint/next severity/P1 Has a major impact to usage or development of the system. area/dashboard labels Apr 27, 2021
@sleshchenko sleshchenko added this to the 7.33 milestone Jun 16, 2021
@sleshchenko sleshchenko modified the milestones: 7.33, 7.34 Jul 9, 2021
@nickboldt nickboldt modified the milestones: 7.34, 7.36 Aug 24, 2021
@nickboldt
Copy link
Contributor

Not resolved for 7.34/7.35, so slip to 7.36. If that's an error, please fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/dashboard 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. sprint/current
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants