Skip to content

Commit

Permalink
Add LogFolder parameter in e2e
Browse files Browse the repository at this point in the history
This PR adds LogFolder Parameter in e2e for collecting kind logs. Please
see kubernetes-sigs/cluster-api#5910 for
reference.
  • Loading branch information
kashifest committed Feb 1, 2022
1 parent 6d1a834 commit 9cf31e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/e2e/e2e_suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ func setupBootstrapCluster(config *clusterctl.E2EConfig, scheme *runtime.Scheme,
Name: config.ManagementClusterName,
RequiresDockerSock: config.HasDockerProvider(),
Images: config.Images,
LogFolder: filepath.Join(artifactFolder, "kind", bootstrapClusterProxy.GetName()),
})
Expect(clusterProvider).ToNot(BeNil(), "Failed to create a bootstrap cluster")

Expand Down

0 comments on commit 9cf31e3

Please sign in to comment.