Replies: 1 comment
-
Hi, You can find these files in the Helm chart GitHub repository: https://github.com/eclipse-theia/theia-cloud-helm. Specifically, the template you're looking for is here: https://github.com/eclipse-theia/theia-cloud-helm/blob/8ff00bc9aa8efee5cd03c170776ee1e17498915f/charts/theia-cloud/templates/landing-page-ingress-path-based.yaml#L42. In general, I haven’t encountered this issue before, and I don’t have experience with Kubernetes on Docker Desktop. It’s possible there are restrictions in that environment causing the NGINX ingress controller not to work. If you’re looking to test something locally on Ubuntu, our Minikube setup guide might be helpful: https://theia-cloud.io/documentation/try/minikube/. |
Beta Was this translation helpful? Give feedback.
-
Hi,
I use the docker desktop on Ubuntu, I want to test my app deployment on theia cloud, so I use the docker desktop's Kubernetes
I follow Installation and Setup, When I install the last item 'helm -n my-namespace install my-theia-cloud theia-cloud-repo/theia-cloud -f values.yaml' I get an error
I already set allow-snippet-annotations: true
where is the trynow(/|$)(.*), I search it in theia-cloud-1.0.0 source code and do not find. does anyone know the problem?
Beta Was this translation helpful? Give feedback.
All reactions