Skip to content

Commit 71bbd3c

Browse files
authored
Merge pull request #3594 from sbueringer/pr-clusterctl-upgrade-logs
2 parents f3403fa + f6a3a09 commit 71bbd3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/clusterctl_upgrade_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ func kindManagementClusterNewClusterProxyFunc(name string, kubeconfigPath string
276276
if testTarget == VCSimTestTarget {
277277
return vcsim.NewClusterProxy(name, kubeconfigPath, scheme)
278278
}
279-
return framework.NewClusterProxy(name, kubeconfigPath, scheme)
279+
return framework.NewClusterProxy(name, kubeconfigPath, scheme, framework.WithMachineLogCollector(framework.DockerLogCollector{}))
280280
}
281281

282282
func crdShouldBeMigrated(crd apiextensionsv1.CustomResourceDefinition) bool {

0 commit comments

Comments
 (0)