Evan

Results 9 comments of Evan

https://github.com/kubernetes-sigs/cluster-api/pull/9798/files#diff-9fedf90d443f8d1e1e2c606470cb37e9b684f79c1cd49507990cf2a3421d4bc1 this PR shows an example of how we can contribute our provider once we are ready

https://github.com/kubernetes-sigs/cluster-api/pull/10471 has been opened to handle this

documentation has been added for the `linode-linode` provider in the cluster-api repo/docs page

one outstanding question here is do we need to be worried about collisions with linode private IPs possibly being the same with customer linodes in different DCs? perhaps we need...

I've updated the scope of this to keep rke2/k3s inline with eachother but this should now all be working

Hey @avestuk thanks for the context here! Yes, we will take this effort over. We have a separate initiative to revamp the e2e tests. We'll likely roll this in with...

the flavors will inherit from the `default` of each k8s distro

the tests I was specifically targeting here are only the `capl-cluster-flavors` e2e tests, so the quick tests will always run, and then based on what templates change additional tests will...

it looks like you need remove the `./mock` directory from code coverage reporting here