Skip to content

Commit

Permalink
Update root README.md with pointers to charts
Browse files Browse the repository at this point in the history
  • Loading branch information
mboersma committed May 14, 2024
1 parent a5d396f commit 9e23593
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,28 @@

This project contains [Helm](https://helm.sh/) charts for [Cluster API](https://github.com/kubernetes-sigs/cluster-api) [infrastructure providers](https://cluster-api.sigs.k8s.io/reference/providers) to provision workload clusters. These charts enable a natural continuation to utilize only `helm` instead of `clusterctl generate` to provision clusters after utilizing the helm chart from the [Cluster API operator install](https://cluster-api.sigs.k8s.io/user/quick-start-operator). These helm charts are also convenient when paired with GitOps for provisioning numerous clusters.

## Installing CAPI Charts

### [azure-aks-aso](./charts/azure-aks-aso)

To install an AKS cluster for CAPZ using the ASO API, use the following commands:

```shell
clusterctl init --infrastructure azure
helm repo add capi https://mboersma.github.io/cluster-api-charts
helm install <name> capi/azure-aks-aso -f <my_values.yaml>
```

### [azure-managed-cluster](./charts/azure-managed-cluster)

To install an AKS cluster for CAPZ as a ManagedCluster, use the following commands:

```shell
clusterctl init --infrastructure azure
helm repo add capi https://mboersma.github.io/cluster-api-charts
helm install <name> capi/azure-managed-cluster -f <my_values.yaml>
```

## Community, discussion, contribution, and support

NOTE: This is not an official Kubernetes [sig-cluster-lifecycle](https://github.com/kubernetes/community/blob/master/sig-cluster-lifecycle/README.md) project, but it hopes to be if the community finds such a chart repository useful. This project complies with Kubernetes community standards and guidelines.
Expand Down

0 comments on commit 9e23593

Please sign in to comment.