Chou Hu

Results 14 comments of Chou Hu

Please remove the empty file "cd"

We use [WindowsProfile.EnableAutomaticUpdates](https://github.com/Azure/AgentBaker/blob/master/pkg/agent/datamodel/types.go#L432) to set it for Windows. The default value is false. AKS Windows users only can get the security patch by updating the node image version.

@wanqingfu could you help to review this PR to make sure that Windows SIG build and GEN2 build still work with this change?

@kevpar I can easily reproduce this issue on AKS. Do you need any additional info? cc @marosset kubelet.err.log ``` E1114 09:06:50.575711 5804 container_log_manager.go:259] "Failed to rotate log for container" err="failed...

It seems like that it has been fixed in https://github.com/kubernetes/kubernetes/commit/430ada006d5e9f30563a96f4f308718563fee6be

Thank @gaopenghigh for the info that adding below env can make it work ``` env: - name: PATHEXT value: ".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL;;" ``` Work HPC yaml: ``` apiVersion: v1 kind: Pod metadata:...

@fady-azmy-msft The workaround works but it seems like that it is a regression issue so it will block all customers before they apply the same workaround.

> Closing because workaround seems low effort and acceptable. @fady-azmy-msft I think that this bug may cause user's downtime if the user upgrade their cluster to use containerd 1.7 but...

Here is some doc for Windows: https://github.com/Azure/AgentBaker/tree/master/e2e/windows. cc @junjiezhang1997

> I can see you recently added need to MSI and windows_private_packages_url in your build. does this means windows build are no more reproducible outside Microsoft infrastructure/CICD? > > We...