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
Danil Grigorev b1b76f51a2
Default fleet key in CM at all cases (#277)
Signed-off-by: Danil-Grigorev <danil.grigorev@suse.com>
2025-04-24 15:00:39 +02:00
.devcontainer feat: started to implement reconcile 2024-04-12 17:05:27 +01:00
.github add discussions permissions to release job (#270) 2025-04-23 16:27:02 +02:00
config Sync feature gates to ConfigMap (#251) 2025-04-10 17:09:14 +00:00
docs Sync feature gates to ConfigMap (#251) 2025-04-10 17:09:14 +00:00
fleet/applications/calico Add RKE2 example with GitRepo usage (#198) 2025-03-05 12:22:19 +00:00
src Default fleet key in CM at all cases (#277) 2025-04-24 15:00:39 +02:00
testdata Add annotations to Cluster.fleet object (#236) 2025-03-31 07:28:31 +00:00
.dockerignore Release 0.4 prep (#119) 2024-11-27 22:49:18 +00:00
.gitignore docs: started to update readme 2024-05-13 08:24:19 +01:00
Cargo.lock chore(deps): Bump rand from 0.9.0 to 0.9.1 (#257) 2025-04-23 10:39:06 +00:00
Cargo.toml chore(deps): Bump fleet-api-rs in the dependencies group (#256) 2025-04-23 08:48:32 +00:00
Dockerfile Add conditions and expose Fleet FG through config (#215) 2025-03-17 16:44:46 +00:00
LICENSE init: initial project scaffolding 2024-04-11 08:49:17 +01:00
README.md Implement dynamic watcher for Clusters and Namespaces (#194) 2025-03-11 09:52:36 +00:00
Tiltfile Fix image name and tag for release (#120) 2024-11-28 00:35:55 +00:00
default.nix Introduce nix to cover prerequisites 2024-05-31 09:21:52 +02:00
development.nix Introduce nix to cover prerequisites 2024-05-31 09:21:52 +02:00
justfile Sync feature gates to ConfigMap (#251) 2025-04-10 17:09:14 +00:00
metadata.yaml Prepare for release v0.8.0 (#272) 2025-04-23 14:54:34 +00:00
shell.nix Fixed e2e (#53) 2024-06-03 14:45:52 +00:00

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 HelmApp.
  • 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.