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:
Hi, we did not have the resources to maintain or test the dedicated Azure values, so this PR was never merged, and the values file was not updated.
From a Theia Cloud perspective, I don’t think there was anything specific to Azure in these values. At the time, we used "GKE" as the cloud provider, which has since been renamed to "K8S" as the general default cloud provider. Other than that, the guide primarily focused on setting up a cluster on Azure and installing non-Theia Cloud components.
Here are some resources that might help:
Changelogs with details on how Helm values have changed
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: