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

warnet windows support #655

Open
2Fast2BCn opened this issue Oct 16, 2024 · 1 comment
Open

warnet windows support #655

2Fast2BCn opened this issue Oct 16, 2024 · 1 comment

Comments

@2Fast2BCn
Copy link

2Fast2BCn commented Oct 16, 2024

I'm trying to get warnet to work on my windows (with latest docker desktop installed).
I followed the install tutorial.
Then, I'm running: .\.venv\Scripts\Activate.ps1 in powershell
Followed by

warnet --help
Usage: warnet [OPTIONS] COMMAND [ARGS]...
...

all good so far, even warnet status tells me:

Total Tanks: 0 | Active Scenarios: 0
Network connected

but then I try to deploy my own project folder twn with warnet deploy .\network\networks\twn\ and I get:

[WinError 2] The system cannot find the file specified
It looks like kubectl is not installed. Please install it to continue: https://kubernetes.io/docs/tasks/tools/

however in the same shell I can run

(.venv) PS C:\development\warnet> kubectl
kubectl controls the Kubernetes cluster manager.
@willcl-ark
Copy link
Contributor

Thanks for this report.

I don't know much about windows, but I am wondering if this works under WSL? (or is this how you were trying to run it here?)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants