Skip to content

Commit 65208f6

Browse files
authored
Merge pull request #3598 from k8s-infra-cherrypick-robot/cherry-pick-3594-to-release-1.14
[release-1.14] 🌱 Set log collector for clusterctl upgrade tests
2 parents 0730cb7 + b86b3f1 commit 65208f6

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)