Skip to content

Commit

Permalink
address feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
dtzar committed Aug 22, 2024
1 parent 63ff70b commit 3797bc4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/book/src/developers/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ Makefile targets and scripts are offered to work with go modules:

### Setting up the environment

Your must have the Azure credentials as outlined in the [getting started prerequisites](../getting-started.md#Prerequisites) section.
You must have the Azure credentials as outlined in the [getting started prerequisites](../getting-started.md#Prerequisites) section.

### Tilt Requirements

Expand Down
2 changes: 1 addition & 1 deletion docs/book/src/managed/managed.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Documents under the Managed Clusters area:

There are two APIs which can create AKS clusters and it's important to understand the differences.

**ManagedCluster** - is the original API to provision AKS clusters introduced with the [0.4.4 release](https://github.com/kubernetes-sigs/cluster-api-provider-azure/releases/tag/v0.4.4). This more closely matches the CAPI style for YAML code for other providers. The original code was based on directly using the Azure Go SDK, but in the [1.11.0 release](https://github.com/kubernetes-sigs/cluster-api-provider-azure/releases/tag/v1.11.0) was switched to utilize Azure Service Operator (ASO) as a dependency for provisioning. This supports the preview API, but does not natively support all AKS features available. This API will eventually be deprecated, [see the roadmap for more information](../roadmap.md).
**ManagedCluster** - is the original API to provision AKS clusters introduced with the [0.4.4 release](https://github.com/kubernetes-sigs/cluster-api-provider-azure/releases/tag/v0.4.4). This more closely matches the CAPI style for YAML code for other providers. The original code was based on directly using the Azure Go SDK, but in the [1.11.0 release](https://github.com/kubernetes-sigs/cluster-api-provider-azure/releases/tag/v1.11.0) was switched to utilize Azure Service Operator (ASO) as a dependency for provisioning. This supports the preview API, but does not natively support all AKS features available. The ManagedCluster API will eventually be deprecated, [see the roadmap for more information](../roadmap.md).

**ASOManagedCluster** - was created in the [1.15 release of CAPZ](https://github.com/kubernetes-sigs/cluster-api-provider-azure/releases/tag/v1.15.0) and creates a CAPI-compliant wrapper around the existing ASO definitions for AKS clusters. It has 100% API coverage for the preview and current AKS APIs via the ASO AKS CRDs. This is the long-term plan to support provisioning AKS clusters using CAPZ. [See the roadmap for more information](../roadmap.md)

Expand Down

0 comments on commit 3797bc4

Please sign in to comment.