Skip to content

Instantly share code, notes, and snippets.

Che issue triage 2021-03-01


P1

  • eclipse-che update 7.39.2 --> 7.43.0 fails with "Unsupported operation: it is not possible to update current Che installation to new version with enabled 'devWorkspace' engine." (eclipse-che/che#21226)
  • Devworkspace Operator keeps changing public ports (eclipse-che/che#21224)

P2

  • Installing Che on Google Cloud Platform (eclipse-che/che#21225)
  • error while accessing public endpoints from workspace when the application exposes features via both http and ws protocol (eclipse-che/che#21222)

Deployment from GitLab Helm Chart

Clone GitLab Helm chart repo and cd into it:

git clone https://gitlab.com/gitlab-org/charts/gitlab.git
cd gitlab

Checkout stable version:

# Che issue triage 2021-10-12
---
## P1
* Che + DevWorkspace happy path is not stable (https://github.com/eclipse/che/issues/20626)
## P2
* Telemetry sample plugin is not working (https://github.com/eclipse/che/issues/20630)
# Che issue triage 2021-08-03
---
## P1
* Enable multiarch support for building jetbrains-editor-images (https://github.com/eclipse/che/issues/20242)
* Release Che 7.34.1 (https://github.com/eclipse/che/issues/20243)
## P2
* Is there anyway I can run podman inside eclipse che container. (https://github.com/eclipse/che/issues/20241)
* Helm/Operator deployment - Add nodeSelector for Controller components (https://github.com/eclipse/che/issues/20240)
```shell
#!/bin/bash
OC_USER_TOKEN=""
OC_URL=""
oc login --token=${OC_USER_TOKEN} --server=${OC_URL}
USER=$( oc whoami )
IMAGE="quay.io/eclipse/che-nodejs10-ubi:next"
PUBLIC=$( oc registry info --public=true )
# Che issue triage 2021-06-22
---
## P1
* [devworkspaces] Not able to start a devworkspace because namespace are not found (https://github.com/eclipse/che/issues/20014)
* [che-auth] chectl should not wait for keycloak in nativeUserMode (https://github.com/eclipse/che/issues/20009)
## P2
* quarkus plug-in is not published under the expected ID (https://github.com/eclipse/che/issues/20013)
* dashboard devfile is broken (https://github.com/eclipse/che/issues/20011)
@xbaran4
xbaran4 / readme.md
Last active May 26, 2021 12:50 — forked from benstr/readme.md
Gist Markdown Cheatsheet

Heading 1

Heading 2

Heading 3

Heading 4

Heading 5
Heading 6

Paragraph

@xbaran4
xbaran4 / gist:6ee4a1e30bdcfb6e68025df82593e550
Created May 25, 2021 16:28
Che issue triage 2021-5-25
# Che issue triage 2021-5-25
---
## P2
* Add a set of checks in chectl to verify if an Disconnected cluster behind proxy meet all requirement to deploy Eclipse Che
(https://github.com/eclipse/che/issues/19864)