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.
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.