RKE2 bootstrap and control-plane Cluster API providers.
Go to file
Furkat Gofurov a1f54889e4
Merge pull request #758 from AbsaOSS/secretsatrest
 Add EncryptionConfig support to RKE2ControlPlane
2025-10-23 14:58:33 +00:00
.devcontainer
.github
bootstrap
controlplane
docs
examples
hack
image-builder
pkg
scripts
test
version
.dockerignore
.gitignore
.golangci.yml
.markdown-link-check.json
CODEOWNERS
Dockerfile
LICENSE
Makefile
README.md
go.mod
go.sum
metadata.yaml
tilt-provider.json

README.md

Cluster API Provider RKE2

GitHub


What is Cluster API Provider RKE2

The Cluster API brings declarative, Kubernetes-style APIs to cluster creation, configuration and management.

Cluster API Provider RKE2 is a combination of 2 provider types, a Cluster API Control Plane Provider for provisioning Kubernetes control plane nodes and a Cluster API Bootstrap Provider for bootstrapping Kubernetes on a machine where RKE2 is used as the Kubernetes distro.


Please see our book for in-depth documentation.


How to contribute?

See our contributor guide for more details on how to get involved.