Include logs of workload machines in E2E tests #152
Labels
area/testing
Issues or PRs related to the area of testing
enhancement
New feature or request
kind/feature
Categorizes issue or PR as related to a new feature.
Describe the solution you'd like:
As a developer, I would like to be able to access logs of the workload machines in E2E tests. Currently only the logs from the management cluster (created with
kind
) are available. Although pretty useful for debugging, sometimes the important information isn't there (e.g. workload machine cloud-init logs).Anything else you would like to add:
The IonosCloudLogCollector should implement the ClusterLogCollector interface.
The text was updated successfully, but these errors were encountered: