Divine C
Divine C
@rakeshreddyrg09 if you take a look at [this question](https://github.com/eclipse/che/issues/21477#event-6840651386) , you will notice the details that are provided for analysis. could you share those information as well?
@rakeshreddyrg09 in your Checluster manifest, i can see `apiVersion: org.eclipse.che/v1`. The latest version is `apiVersion: org.eclipse.che/v2` i would suggest you to use the latest version. below fix is applicable for...
@rakeshreddyrg09 i think there are some stale files in the k8s cluster. i'm not really sure about that. is it possible for you to create a new k8s cluster and...
@l0rd thank you for the response chectl version 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 ``` now i received a different...
@l0rd The `PVC` status shows it is Bounded to `PV` and `Storageclass` does it have anything to do with below error in `kubectl logs -f deploy/devworkspace-controller-manager -n devworkspace-controller -c devworkspace-controller`...
@l0rd i ran this command `export DW="cbfsel-repo1"; kubectl logs -f -l controller.devfile.io/devworkspace_name="${DW}" --all-containers --max-log-requests 10 -n divine-chelladurai-che-pmjg9u` i'm able to see couple of errors here, does it have anything to...
couple of errors are present while viewing logs using below command `export DW="cbfsel-repo1"; kubectl logs -f -l controller.devfile.io/devworkspace_name="${DW}" --all-containers --max-log-requests 10 -n divine-chelladurai-che-pmjg9u`
@l0rd i used this devfile.yaml (https://github.com/Divine1/demonodejs.git) to create workspace. . The `controller.devfile.io/devworkspace_name` still throws an error. please let me know what might be the issue `export DW="nodejs-web-app-github"; kubectl logs -f...
@l0rd i did `chectl server:delete` and `chectl server:deploy` with my updated checluster policy to reduce the pvc claim to 5Gi from 10Gi [doc link](https://www.eclipse.org/che/docs/next/administration-guide/advanced-configuration-options-for-the-che-server-component/#_che_infra_kubernetes_pvc_quantity) but the pvc claim is still...
@dkwon17 thank you for looking into this issue below is the output of command `kubectl get configmap che-idle-settings -n divine-chelladurai-che-pmjg9u -o yaml` Please let me know if any details are...