Theia IDE not able to open any file when I deploy the container to AWS EKS #13861
Unanswered
Dinesh-4320
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Image I used : ghcr.io/eclipse-theia/theia-blueprint/theia-ide:1.50.100
I am working on building data engineering application based on jupyterhub that integrates theia ide to provide users a developement environment. Each user will have his own pod when he logs in to the application. Theia ide is deployed as an extra container in the single user pod.
There are some shared volume mounts which can be read and edited by all containers in the pod.
Theia can be able to read the file system and I am able to see the directory structure in explorer. But cannot open the files to edit in console of Theia IDE. There are no suspicious logs. I think some editor process is not able to start.
Permissions are correctly set and I have no issues when I deploy it locally in minikube cluster.
Only when I deploy it to AWS EKS Theia ide cannot open to files in editor console.
Have anyone faced the same issue before? What can I do to resolve this issue.
Beta Was this translation helpful? Give feedback.
All reactions