Andy Zhang
Andy Zhang
/test pull-azuredisk-csi-driver-e2e-capz-windows-2022
> @andyzhangx Seems there is a solution now, [kubernetes/kubernetes#109161](https://github.com/kubernetes/kubernetes/issues/109161) [kubernetes/kubernetes#110379](https://github.com/kubernetes/kubernetes/pull/110379) [microsoft/windows-pause-image-base#5](https://github.com/microsoft/windows-pause-image-base/pull/5) https://github.com/microsoft/windows-pause-image-base @zhiweiv it failed with following error now: ``` #9 [stage-1 3/4] RUN sc.exe delete diagtrack -f #9 ERROR:...
> mcr.microsoft.com/oss/kubernetes/windows-pause-image-base:v0.2 @marosset so we should use base image `mcr.microsoft.com/oss/kubernetes/windows-pause-image-base:v0.2` for this driver?
@mauriciopoppe shall we publish a release for 2.5.0 now? current latest release is v2.4.0, so it should be v2.5.0 release. Let me know what I could help, thanks.
/test pull-sig-storage-local-static-provisioner-e2e-windows-2019
Since this PR(https://github.com/kubernetes-sigs/sig-storage-local-static-provisioner/pull/187) has already added `namePattern` parameter, what about this lightweight design: add a new parameter `raid` in `storageClassMap`, e.g. in following example, provisioner discovery will: - in the...
> @andyzhangx Excellent job! Is there any way to do with SCSI interface, once GKE only support NVMe in alpha clusters (beta and GA are SCSI)? > > Thank you!...