jay vyas

Results 134 issues of jay vyas

Lets make the tests run from a golang program instead of bash. then use the go to customize how we output the results (as a csv) and what ginkgo --focus...

good first issue
help wanted

As of now if you - ssh into controlplane vm - ping windows VM, or do something like curl 10.11.12.... it times out Looks like maybe a firewall is runnign...

help wanted
good first issue

see https://github.com/kubernetes-sigs/sig-windows-tools/pull/239/files And lets co-evolve to accomodate flannel and calico host-process CNIs. - calico: https://projectcalico.docs.tigera.io/getting-started/windows-calico/quickstart#install-calico-for-windows-using-hostprocess-containers - antrea: https://antrea.io/docs/v1.10.0/docs/windows/ some links for noobs that might help ``` https://kubernetes.io/blog/2022/12/13/windows-host-process-containers-ga/ https://kubernetes.io/docs/tasks/configure-pod-container/create-hostprocess-pod/ https://www.youtube.com/watch?v=vOo__3GqyxM Get-Service:...

help wanted
good first issue

So, we need a way to initalize valid networks for vbox on startup, something like append to /etc/vbox/networks.conf ``` * 10.0.0.0/8 192.168.0.0/16 * 2001::/64 ``` only effects first time users,...

help wanted
good first issue

# Update 3 So , I guess ultimately: Vagrant provisioning doesnt work via communicator.rb when talking to a windows box. I think you *have to* use winRM, but i not...

I notice that after running `vagrant destroy --force` i still often have some QEMU processes running. for example, running `vagrant destroy --force` on a 2 node cluster (1 windows, 1...

We have some issues like https://github.com/containernetworking/plugins/issues/609 , where folks have documented the spikey behaviour of the bandwidth plugin. Tabulating that into a graph, you get something like this: ![image](https://user-images.githubusercontent.com/826111/217026322-55828ff3-1326-47bf-868f-28a63fefc27f.png) ##...

I guess its time to update the README with a single line: `WE HAVE MOVED HERE https://github.com/kubernetes/contrib/ - ansible`

Im sure an ansible power-user can steal or modify this, but just wanted to put it up here before i forget :) . I'm still learning about flannel internals and...