A Helm chart to install Cluster API manifests
- Installs the cluster API Manifests.
Note: Currently the chart install a target cluster in AWS. However it is intended to incude the support for other Cluster API providers.
More details: https://github.com/kgamanji/cluster-api-argocd
To install the chart using ArgoCD use the following command:
kubectl apply -f argocd/application-capi.yaml
To install the chart with the release name my-release
:
TO BE IMEPMELENTED
## helm install kgamanji/cluster-api-aws
Parameter | Description | Default |
---|---|---|
kube.version |
Kubernetes version to be installed on the target clusters | v1.24.0 |
controlPlane.replicas |
Amount of master nodes in the target cluster | 3 |
workers.replica |
Amount of worker nodes in the target cluster | 1 |