Igor Sarkisov
Igor Sarkisov
@rodnymolina, do you know if there is a workaround and/or plans to fix this, we are blocked by this problem?
@ctalledo, any luck fixing this issue?
I was able to get windows based runner working in GKE. Had to make changes in actions-runner-controller. Not sure about other Kubernetes services, but GKE wouldn't admit a windows based...
According to the readme, setting 'dockerEnabled: false' should create unprivileged container, but it doesn't appear to be doing so: ``` # true (default) = A privileged docker sidecar container is...
Unfortunately, I haven't had any time to create proper PR. Also, I got this working on our heavily customized GKE cluster which is different from vanilla GKE, so your mileage...
@antgrutta, did you try your windows runners on GKE or some other Kubernetes cluster?
@shinji62, here is what I did: - Create new GKE cluster version 1.21.5-gke.1302 using Ubuntu with containerd (ubuntu_containerd) image. Review k8s distro [requirements](https://github.com/nestybox/sysbox/blob/master/docs/user-guide/install-k8s.md#kubernetes-distro-requirements) and cluster setup notes as they are...
Same here, only tried static windows runner.
@mazilu88 this is exactly what https://github.com/isarkis/actions-runner-controller/pull/1 is missing, can we add your change to that pull request?
@antgrutta you wanted to combine efforts on adding Win support :) Take a look at https://github.com/isarkis/actions-runner-controller/pull/1, it's missing unit tests. Any help would be appreciated.