Divine C
Divine C
@tolusha my `che-operator image` is `quay.io/eclipse/che-operator:next` i have installed my eclipse-che using chectl version `chectl/0.0.20220809-next.c9f4ba1 darwin-x64 node-v16.13.2` ``` 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 ```
@tolusha output for `kubectl get namespace devworkspace-controller -o jsonpath="{.metadata.annotations}"` is below `{"che.eclipse.org/namespace":"eclipse-che"}`
@tolusha i have added the full output of `che-operator` and `checluster `. please verify `kubectl get deployment che-operator -n eclipse-che -o yaml` ``` apiVersion: apps/v1 kind: Deployment metadata: annotations: deployment.kubernetes.io/revision:...
@tolusha should i upgrade `eclipse-che` to fix this issue? currently i'm using `chectl/0.0.20220809-next.c9f4ba1 darwin-x64 node-v16.13.2` i'm facing this issue for past few months, please help me to fix this issue
@tolusha a quick question, i'm using `chectl/0.0.20220725-next.71d60f1 darwin-x64 node-v16.13.2` below is my `checluster`. is this checluster `v2` or `v1`? does the `generation` attribute indicates the version of `checluster`? ` kubectl...
@svor thank you for the response. the cpu metric in `nanocores` makes sense. i used below devfile.yaml , but i have removed the source code repo and image information. i...
@benoitf below is the raw k8s metric for the pod `kubectl top pods -A`   i have installed eclipseche in k8s cluster created via kubeadm. @svor
@vitaliy-guliy this issue is fixed by @svor in #20809 i think, i will confirm once i check it. i will close this ticket for now. need to update a valid...
@dkwon17 there will be multiple users using the workspace. So i cannot manually go into the namespace and update the DevWorkspaceTemple for each workspace. please let me know if there...
@l0rd @azatsarynnyy > you need to publish your customized Theia definition as a devfile.yaml please provide a sample `devfile.yaml` Also, let me know where should i add the `devfile.yaml` configuration....