Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrading theia-cloud from 0.8.0.MS7 to 0.12.0 failed #376

Open
NickLagogiannis opened this issue Nov 15, 2024 · 0 comments
Open

Upgrading theia-cloud from 0.8.0.MS7 to 0.12.0 failed #376

NickLagogiannis opened this issue Nov 15, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@NickLagogiannis
Copy link

NickLagogiannis commented Nov 15, 2024

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."

browserPage

This is our app definition:
appDefinition

This is our valuesAzure file:
valuesAzure1
valuesAzure2

This is our logfile excerpt:
operator-logfile

This is our operator pod deployment file:
operator-deployment

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

@NickLagogiannis NickLagogiannis added the bug Something isn't working label Nov 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant