Skip to content

Commit 09db404

Browse files
committed
Update root README.md with pointers to charts
1 parent 9f19338 commit 09db404

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,28 @@
22

33
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.
44

5+
## Installing CAPI Charts
6+
7+
### [azure-aks-aso](./charts/azure-aks-aso)
8+
9+
To install an AKS cluster for CAPZ using the ASO API, use the following commands:
10+
11+
```shell
12+
clusterctl init --infrastructure azure
13+
helm repo add capi https://mboersma.github.io/cluster-api-charts
14+
helm install <name> capi/azure-aks-aso -f <my_values.yaml>
15+
```
16+
17+
### [azure-managed-cluster](./charts/azure-managed-cluster)
18+
19+
To install an AKS cluster for CAPZ as a ManagedCluster, use the following commands:
20+
21+
```shell
22+
clusterctl init --infrastructure azure
23+
helm repo add capi https://mboersma.github.io/cluster-api-charts
24+
helm install <name> capi/azure-managed-cluster -f <my_values.yaml>
25+
```
26+
527
## Community, discussion, contribution, and support
628

729
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.

0 commit comments

Comments
 (0)