Zhiwei Liu
Zhiwei Liu
We are facing same issue too, cni stuck in delete endpoint. Does this related to https://github.com/Azure/azure-container-networking/issues/774#issuecomment-1103236899?
Any update? It is a big problem for us, we have to restart windows nodes to recover frequently.
Still seeing timed out locking store with Windows version **10.0.17763.3232**, seems it is not fully fixed per https://github.com/Azure/azure-container-networking/issues/774#issuecomment-1217003488.
Just to make sure, is the fix released for Windows Server 2019?
I uses this command USER ContainerAdministrator RUN sc delete DiagTrack Get Outlook for iOS ________________________________ From: Qingchuan Hao ***@***.***> Sent: Friday, January 7, 2022 3:16:03 PM To: kubernetes-sigs/azuredisk-csi-driver ***@***.***> Cc:...
The dll replace doesn’t work in my test too. I am wondering how it work in pause image build. Get Outlook for iOS ________________________________ From: Andy Zhang ***@***.***> Sent: Friday,...
The Windows image was built in Linux with docker buildx, it can't execute RUN in dockerfile, that is why pause image uses dll replace, see https://github.com/kubernetes/kubernetes/issues/95840#issuecomment-715538461, https://github.com/kubernetes/kubernetes/pull/95950#issuecomment-721509690. I think you...
@andyzhangx Seems there is a solution now, https://github.com/kubernetes/kubernetes/issues/109161 https://github.com/kubernetes/kubernetes/pull/110379 https://github.com/microsoft/windows-pause-image-base/pull/5 https://github.com/microsoft/windows-pause-image-base
Hmm, the solution is use mcr.microsoft.com/oss/kubernetes/windows-pause-image-base:v0.2 as base image instead of vanilla nanoserver image, the new image has done necessary changes. https://github.com/kubernetes/kubernetes/issues/109161#issuecomment-1144938243
I get same memory usage result with crictl to query the container stats directly in host, so it should not be the kubernetes issue. I think the value was retrieved...