Removed:
- Metrics and pod logs collection. Crust gather collects logs for all
resources.
Fixed:
- MachineDeployment checks for running machines. MachineSets are picked
at random, as they are indistinguishable based on labels, and belong
to the same MachineDeployment. This causes flakes as old MachineSet is
expected to scale accordingly, while the new one performed it instead.
- Increased ClusterClass apply timeouts. CAPD webhooks may take longer
to stand up.
Signed-off-by: Danil-Grigorev <danil.grigorev@suse.com>
This adds initial e2e tests for the RKE2 providers. There are still lots
more e2e tests that need to be added.
Signed-off-by: Richard Case <richard.case@outlook.com>