Skip to content

Commit

Permalink
Update azure_logcollector.go
Browse files Browse the repository at this point in the history
  • Loading branch information
Cecile Robert-Michon committed Jul 29, 2021
1 parent 63413c3 commit 49be40c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/e2e/azure_logcollector.go
Expand Up @@ -235,6 +235,10 @@ func linuxLogs(execToPathFn func(outputFileName string, command string, args ...
"sentinel-file-dir.txt",
"ls", "/run/cluster-api/",
),
execToPathFn(
"etc/containerd/config.toml",
"cat", "/etc/containerd/config.toml",
),
}
}

Expand Down

0 comments on commit 49be40c

Please sign in to comment.