Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/platform-engineering/aks-capz-aso.md
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ After you successfully login, you should see the Argo CD Applications - which at

### Step 5: Install Cluster API Provider for Azure (CAPZ)

This section walks you through installing **Cluster API Provider for Azure (CAPZ)** through the Cluster API Operator (capi-operator). This step is need in order to prepare your environment for provisioning AKS clusters using GitOps workflows.
This section walks you through installing **Cluster API Provider for Azure (CAPZ)** through the Cluster API Operator (capi-operator). This step is needed in order to prepare your environment for provisioning AKS clusters using GitOps workflows.

#### Prerequisite: cert-manager

Expand Down Expand Up @@ -404,7 +404,7 @@ helm uninstall capi-operator -n capi-operator-system
Helm doesn't remove all of the CRDs from the cluster and those would have to be removed manually.
:::

3. Verify the `CAPZ` Installation
3. Verify the `CAPZ` Installation (you may need to wait a few extra seconds and run the command again)

```bash
kubectl get pods -n azure-infrastructure-system
Expand Down