Skip to content

Commit b86b3f1

Browse files
sbueringerk8s-infra-cherrypick-robot
authored andcommitted
Set log collector for clusterctl upgrade tests
Signed-off-by: Stefan Büringer [email protected]
1 parent 0730cb7 commit b86b3f1

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)