sig-windows-dev-tools icon indicating copy to clipboard operation
sig-windows-dev-tools copied to clipboard

This is a batteries included local development environment for Kubernetes on Windows.

Results 16 sig-windows-dev-tools issues
Sort by recently updated
recently updated
newest added

In the Antrea deploy, there no service account called kube-proxy-windows for getting the token from secret (only antrea-agent). This patch sets antrea-agent for the initial token collection. Resolves: https://github.com/kubernetes-sigs/sig-windows-dev-tools/issues/198 Signed-off-by:...

cncf-cla: yes
lgtm
size/XS

Looks like as of today, somehow ovs isnt starting.... Any ideas on why ? Reproducing: ``` vagrant destroy --force ; make all; ``` Debugging: ``` vagrant ssh winw1 ; Start-Service...

https://github.com/kubernetes-sigs/sig-windows-dev-tools/blob/master/makefile#L55 Change random sleep with `kubectl wait` for windows pods, 5 seconds is not enough for the windows nodes download the image, so the test fails.

lifecycle/stale

The solution for windows support is to run everything in WSL since there is no real support for `make` on windows. This is functional but everything in this repo can...

A big blocker to onboarding new sig-windows contributors is laptop resources - many folks, esp folks say on a M1 mac , just dont have the free RAM required to...

the sync/shared/variables.yaml file is a config to the low level provisioners (like controlplane.sh that runs it)... but... its ALSO part of our user interface. lets move it up to the...

We have no github actions! we need ... something? - can we make windows VMs in github actions ? - or should we use a vagrant cloud provider or something...

since we dont have CI lets do this. 1) Add a test.sh script to the repo 2) When we make PRs , people run the test.sh script. 3) The script...

Verify autounattend and libvirt XML domain to boot via EFI instead of old BIOS

lifecycle/stale

Spike for discussions and review on how Minikube can reuse the existing Windows machine. It works with only one driver at a time (kvm2) to create a default CP node....

help wanted