Documentation: https://rancher.github.io/cluster-api-addon-provider-fleet/ Cluster API Add-on Provider for Fleet will auto register child clusters with https://fleet.rancher.io/
Go to file
Furkat Gofurov 212059f13a
Rename `HelmApp` to `HelmOp` in the repo (#344)
* Rename `HelmApp` to `HelmOp in the repo

Signed-off-by: Furkat Gofurov <furkat.gofurov@suse.com>

* Minor Documentation updates

Signed-off-by: Furkat Gofurov <furkat.gofurov@suse.com>

* Bump dependencies to newer versions

Signed-off-by: Furkat Gofurov <furkat.gofurov@suse.com>

---------

Signed-off-by: Furkat Gofurov <furkat.gofurov@suse.com>
2025-08-20 08:20:08 +00:00
.devcontainer
.github
config
docs
fleet/applications/calico
hack/tools/metadataupdate
src
testdata
.dockerignore
.gitignore
Cargo.lock
Cargo.toml
Dockerfile
LICENSE
README.md
Tiltfile
default.nix
development.nix
justfile
metadata.yaml
shell.nix

README.md

Cluster API Add-on Provider for Fleet

NOTE: The project is looking for more contributors.

What is Cluster API Add-on Provider for Fleet (CAAPF)?

Cluster API Add-on Provider for Fleet (CAAPF) is a Cluster API (CAPI) provider that provides integration with Fleet to enable the easy deployment of applications to a CAPI provisioned cluster.

It provides the following functionality:

  • Addon provider automatically installs Fleet in your management cluster.
  • The provider will register a newly provisioned CAPI cluster with Fleet so that applications can be automatically deployed to the created cluster via GitOps, Bundle or HelmOp.
  • The provider will automatically create a Fleet Cluster Group for every CAPI ClusterClass. This enables you to deploy the same applications to all clusters created from the same ClusterClass.
  • CAPI Cluster, ControlPlane resources are automatically added to the Fleet Cluster resource templates, allowing to perform per-cluster configuration templating for Helm based installations.

Getting started

You can refer to the provider documentation and the official Fleet documentation.

Installation

Refer to the book installation section.

Configuration

Refer to the book configuration section

Demo

asciicast

Calico CNI installation demo

asciicast

Get in contact

You can get in contact with us via the #cluster-api channel on the Rancher Users Slack.