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
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.
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 byall good so far, even
warnet status
tells me:but then I try to deploy my own project folder
twn
withwarnet deploy .\network\networks\twn\
and I get:however in the same shell I can run