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

Test that solo can be run on windows #129

Closed
4 tasks
Tracked by #47
leninmehedy opened this issue Mar 6, 2024 · 5 comments · Fixed by #225
Closed
4 tasks
Tracked by #47

Test that solo can be run on windows #129

leninmehedy opened this issue Mar 6, 2024 · 5 comments · Fixed by #225
Assignees
Labels
Feature Enhancement Enhancing an existing feature driven by business requirements. Typically backwards compatible. released on @0.24.x released

Comments

@leninmehedy
Copy link
Member

leninmehedy commented Mar 6, 2024

We haven't tested solo on windows. However, we should ensure it can be run on windows. If not, we need to create tickets to resolve those issues.

Tasks

Preview Give feedback
@leninmehedy leninmehedy added the Feature Enhancement Enhancing an existing feature driven by business requirements. Typically backwards compatible. label Mar 6, 2024
@leninmehedy leninmehedy self-assigned this Mar 6, 2024
@leninmehedy leninmehedy added this to Solo Mar 6, 2024
@github-project-automation github-project-automation bot moved this to 🆕 New in Solo Mar 6, 2024
@leninmehedy leninmehedy changed the title Ensure solo can be run on windows Test that solo can be run on windows Mar 6, 2024
@leninmehedy
Copy link
Member Author

Currently we mentioned that solo can be used on darwin and linux: https://github.com/hashgraph/solo/blob/main/package.json#L71

If it it can be run on windows, we may update that line in package.json.

@JeffreyDallas
Copy link
Contributor

JeffreyDallas commented Mar 19, 2024

Summary of current experiments:

  • kind/node and minikube does not support to run on windows
  • Github runners currently only support WSL1 on windows
  • Could not install nodejs with WSL1 ubuntu distribution, either get cannot execute binary file: Exec format error or WSL 1 is not supported. Please upgrade to WSL 2 or above
  • Github large runners can support WSL2 if nested virtualization is enabled

With GCP Windows server instance

@JeffreyDallas
Copy link
Contributor

Tried with different machine types (N2, C3) on GKE,
once enabled nested virtualization.
https://raaki-88.medium.com/enabling-nested-virtualisation-on-google-cloud-platform-instance-7f80f3120834
no longer able to connect to remote instance with Microsoft Remote Desktop

advancedMachineFeatures:
  enableNestedVirtualization: true

@github-project-automation github-project-automation bot moved this from 🆕 New to ✅ Done in Solo Apr 11, 2024
@swirlds-automation
Copy link
Contributor

🎉 This issue has been resolved in version 0.24.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@swirlds-automation
Copy link
Contributor

🎉 This issue has been resolved in version 0.24.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature Enhancement Enhancing an existing feature driven by business requirements. Typically backwards compatible. released on @0.24.x released
Projects
Status: ✅ Done
3 participants