Divine C
Divine C
@azatsarynnyy > you need to publish your customized Theia definition as a devfile.yaml > i want to know the contents of the Theia definition devfile.yaml. And should i add the...
@azatsarynnyy i will try this and share the feedback
i used below devfile.yaml ``` schemaVersion: 2.1.0 metadata: name: cbfsel-repo4 projects: - name: cbfsel-project4 git: checkoutFrom: revision: master remotes: origin: https://gitlab.eng.vmware.com/dchelladurai/cbf-sel.git components: - container: image: 'quay.io/devfile/base-developer-image:ubi8-latest' memoryLimit: 4G name: javacontainer...
i used below devfile.yaml ``` schemaVersion: 2.1.0 metadata: name: cbfsel-repo4 projects: - name: cbfsel-project4 git: checkoutFrom: revision: master remotes: origin: https://gitlab.eng.vmware.com/dchelladurai/cbf-sel.git components: - container: image: 'quay.io/devfile/universal-developer-image:ubi8-latest' memoryLimit: 4G name: javacontainer...
@amisevsk @azatsarynnyy please help me on this
@amisevsk i have installed below `secret` component in `eclipse-che` namespace. i have also configured dex with gitlab sso. does this answer your question? ``` kind: Secret apiVersion: v1 metadata: name:...
@amisevsk may be i'm wrong, but from my observation it looks like in my `devfile.yaml` when i use `quay.io/devfile/universal-developer-image:ubi8-latest` image, the workspace starts even though there are few errors in...
@amisevsk i have installed below `secret` component in `eclipse-che` namespace. i have also configured `dex` with `gitlab` sso. ``` kind: Secret apiVersion: v1 metadata: name: gitlab-oauth-config namespace: 'eclipse-che' labels: app.kubernetes.io/part-of:...
@amisevsk could you let me know how to debug and locate the logs for this issue? i'm available to share the entire cluster information/logs with you. please help
@amisevsk > "Project clone is failing to clone your project -- you should be able to work around this by removing checkoutFrom from the devfile as above." after removing `checkoutFrom`...