cluster-api-provider-rke2 icon indicating copy to clipboard operation
cluster-api-provider-rke2 copied to clipboard

RKE2 bootstrap and control-plane Cluster API providers.

Results 48 cluster-api-provider-rke2 issues
Sort by recently updated
recently updated
newest added

**What this PR does / why we need it**: **Which issue(s) this PR fixes** *(optional, in `fixes #(, fixes #, ...)` format, will close the issue(s) when PR gets merged)*:...

kind/documentation

We need to add an E2E to test ClusterClass integration

kind/bug

**Describe the solution you'd like:** I would like to get cluster-api-provider-rke2 to provide dual-stack support. **Why do you want this feature:** From the docs in the [old](https://github.com/rancher-sandbox/cluster-api-provider-rke2/blob/main/docs/old/RKE2%20Cluster%20API%20Provider%20-%20Data%20Type%20definitions.md?plain=1#L170-L176) section, you could...

kind/feature
needs-priority
needs-triage

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.2 to 4.3.3. Release notes Sourced from actions/upload-artifact's releases. v4.3.3 What's Changed updating @actions/artifact dependency to v2.1.6 by @​eggyhead in actions/upload-artifact#565 Full Changelog: https://github.com/actions/upload-artifact/compare/v4.3.2...v4.3.3 Commits 6546280 updating...

area/build-and-release
kind/cleanup

CAPRKE2 provider uses validation webhooks to ensure API fields are valid. Webhooks are less versatile than CEL expression validation within API server, and the code can’t be directly reused when...

lifecycle/stale

As a followup for https://github.com/rancher-sandbox/cluster-api-provider-rke2/pull/261#discussion_r1497160125 we agreed to implement e2e test case to verify support for cluster classes and prevent possible regressions in the future.

lifecycle/stale

Add RolloutBefore and RolloutAfter fields to RKE2ContolPlane, some links for context: https://cluster-api.sigs.k8s.io/tasks/upgrading-clusters.html?highlight=rolloutafter#how-to-schedule-a-machine-rollout https://github.com/k3s-io/cluster-api-k3s/issues/80 https://cluster-api.sigs.k8s.io/clusterctl/commands/alpha-rollout

kind/feature

When CAPA cluster is created with out-of-tree provider worker nodes are stuck in provisioning state

kind/bug

AWS out-of-tree provider examples are currently out of date https://github.com/rancher-sandbox/cluster-api-provider-rke2/tree/main/samples/aws/external

Creating CAPA cluster fails with "control-plane-endpoint" registration, machines fail to join initial CP with the following error: ``` May 20 21:33:42 ip-10-0-247-124.us-west-1.compute.internal systemd[1]: rke2-server.service: Failed with result 'exit-code'. May 20...

kind/bug