You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, because of the valuesAzure.yaml file of this project used images in version 0.8.0.MS7 , we tried to update them in the latest version 0.12.0 .
When we tried to reinstall it with Helm, we had issues with the operator pod. Specifically, cloudProvider value in valuesAzure.yaml was "GKE" , we change it in "K8S" (line 41 of screenshot valuesAzure below) and also instancesHost argument was missing (as stated in screenshot logfile excerpt below), we added it in the deployment file of operator pod (c.f. screenshot operator pod deployment file) and the pod was restarted successfully.
Nevertheless, when we tried to access the app from the browser the following error occurred: "ERROR: The app definition 'theia-cloud-demo' is not available in the cluster.
Please try launching another application."
This is our app definition:
This is our valuesAzure file:
This is our logfile excerpt:
This is our operator pod deployment file:
We don't know how to proceed. Is the valuesAzure.yaml outdated or is there another issue? Also if its outdated where can we find a new one?
Expected behavior
I expected to launch the application
Cluster provider
No response
Version
No response
Additional information
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
Greetings,
Previously, we had successfully installed theia cloud on Azure by following these instructions: https://github.com/eclipse-theia/theia-cloud/blob/azure-documentation/doc/docs/platforms/Azure.md
However, because of the valuesAzure.yaml file of this project used images in version 0.8.0.MS7 , we tried to update them in the latest version 0.12.0 .
When we tried to reinstall it with Helm, we had issues with the operator pod. Specifically, cloudProvider value in valuesAzure.yaml was "GKE" , we change it in "K8S" (line 41 of screenshot valuesAzure below) and also instancesHost argument was missing (as stated in screenshot logfile excerpt below), we added it in the deployment file of operator pod (c.f. screenshot operator pod deployment file) and the pod was restarted successfully.
Nevertheless, when we tried to access the app from the browser the following error occurred: "ERROR: The app definition 'theia-cloud-demo' is not available in the cluster.
Please try launching another application."
This is our app definition:
This is our valuesAzure file:
This is our logfile excerpt:
This is our operator pod deployment file:
We don't know how to proceed. Is the valuesAzure.yaml outdated or is there another issue? Also if its outdated where can we find a new one?
Expected behavior
I expected to launch the application
Cluster provider
No response
Version
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: