Installation
Clusterctl
To install provider with clusterctl
:
- Install
clusterctl
- Run
clusterctl init --addon rancher-fleet
Cluster API Operator
You can install production instance of CAAPF
in your cluster with CAPI Operator
.
We need to install cert-manager
as a pre-requisite to CAPI Operator
, if it is not currently installed:
kubectl apply -f https://github.com/jetstack/cert-manager/releases/latest/download/cert-manager.yaml
To install CAPI Operator
, docker
infrastructure provider and the fleet addon together:
helm repo add capi-operator https://kubernetes-sigs.github.io/cluster-api-operator
helm repo update
helm upgrade --install capi-operator capi-operator/cluster-api-operator \
--create-namespace -n capi-operator-system \
--set infrastructure=docker --set addon=rancher-fleet