Divine C

Results 11 issues of Divine C

### Summary my chectl version `chectl/0.0.20220801-next.24265f6 darwin-x64 node-v16.13.2` i installed eclipse-che using below command ``` chectl server:deploy --che-operator-cr-patch-yaml=/Users/divine/Documents/office_tasks/TAP-4540/terraformCheJune17/eclipseche_yaml/che-operator-cr-patch.yaml --platform=k8s --installer=operator --debug --k8spoderrorrechecktimeout=1500000 --domain=eclipseche-dchelladurai-chejune15.calatrava.vmware.com --k8spodreadytimeout=1500000 ``` i just logged-in into eclipse-che...

kind/question
status/analyzing
area/install

### Summary in [CONTRIBUTING.md ](https://github.com/che-incubator/chectl/blob/main/CONTRIBUTING.md) , below command is present. When i execute the command i get below error. How to use this? What am i doing wrong? ### Relevant...

kind/question
sprint/current
severity/P2
area/chectl
area/doc

### Summary i'm receiving `The workspace status changed unexpectedly to "Stopped"` message, i have no idea what is the reason for this issue, please help me to debug this issue....

kind/question
status/info-needed

i'm trying to install `ingress-nginx` using `helm` on `k8s cluster`, but i receive below error `Error: INSTALLATION FAILED: failed pre-install: timed out waiting for the condition` i use `k8s` version...

needs-kind
triage/accepted
needs-priority
area/stabilization

### Summary chectl `chectl/0.0.20220809-next.c9f4ba1 darwin-x64 node-v16.13.2` command used to install eclipse-che `chectl server:deploy --che-operator-cr-patch-yaml=/Users/divine/Documents/office_tasks/TAP-4540/terraformCheJune17/eclipseche_yaml/che-operator-cr-patch.yaml --platform=k8s --installer=operator --debug --k8spoderrorrechecktimeout=1500000 --domain=eclipseche-dchelladurai-chejune15.calatrava.vmware.com --k8spodreadytimeout=1500000` `project-clone` container in pod "workspace0fbe074d8c144b0a-66b54c49d9-2gqkt" shows below error kubectl events...

kind/question
area/devworkspace-operator

### Summary while running `mvn clean install` command , the `theia-ide` container shows `477 /512` in memory. sometimes it increases to `499/512` . How to increase the memory for `theia-ide`...

kind/question

### Summary in theia-ide, cpu metrics shows `Used 127895000m (used) / 500m (limited)` . is the value shown here correct or incorrect? i'm not able to comprehend the meaning of...

kind/bug
severity/P2
area/plugins

i have done below ``` npm i -g notare ``` within my project `npm i --save-dev notare` **Step1** i ran `notare` on new terminal - success **Step2** i started my...

Assume that i have set below values ``` prepStmtCacheSize 40 prepStmtCacheSizeSqlLimit 2048 ``` In below code, before `con.commit()` gets executed, will prepStmtCache hold 1 value (the insert statement) or 1000...

i used below steps to install `dex` in a kubernetes cluster `helm repo add dex https://charts.dexidp.io` `helm search repo dex` `helm install dex dex/dex` but the `pods` did not get...