ionos-cloud / cluster-api-provider-ionoscloud

cluster-api provider for IONOS Cloud
Apache License 2.0
12 stars 4 forks source link

Include logs of workload machines in E2E tests #152

Open gfariasalves-ionos opened 5 months ago

gfariasalves-ionos commented 5 months ago

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.