Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment




Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
hi,



I spent several days successfully installing Kubernetes and Theia.cloud on Ubuntu. Now, I can access the demo app via https://192.168.0.140.sslip.io/trynow/ on my host. I'm interested in adding my Theia-IDE-based application to Theia.cloud.
I followed the guide Add your Application to configure my custom app. For now, I bypass the Enable Monitor (Optional) step
config
images
containers
My app image is listed as follows:

I have three questions:
In the your-appdefinition.yaml file, should I set sunwise-ide828:latest or library/sunwise-ide828:latest in the spec.image field?
What does the command 'kubectl apply -f your-appdefinition.yaml' do for kind with AppDefinition? it is a custom resource type, Is there any documentation or code that I can refer to for better understanding?
After executing kubectl apply -f your-appdefinition.yaml, how can I access my app? I tried https://192.168.0.140:3000, but it didn't work.
Beta Was this translation helpful? Give feedback.
All reactions