diff --git a/test/e2e/azure_logcollector.go b/test/e2e/azure_logcollector.go index e0507cae1cd..6d626f4d856 100644 --- a/test/e2e/azure_logcollector.go +++ b/test/e2e/azure_logcollector.go @@ -492,6 +492,10 @@ func windowsK8sLogs(execToPathFn func(outputFileName string, command string, arg "cni.log", `Get-Content "C:\\cni.log"`, ), + execToPathFn( + "containerd.log", + `Get-Content "C:\\var\\log\\containerd\\containerd.log"`, + ), } }