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
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.
The text was updated successfully, but these errors were encountered:
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 powershellFollowed by
all 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
The text was updated successfully, but these errors were encountered: