You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/book/src/topics/aso.md
+53Lines changed: 53 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -79,3 +79,56 @@ More details about how ASO manages CRDs can be found [here](https://azure.github
79
79
80
80
**Note:** To install the resource for the newly installed CRDs, make sure that the ASO operator has the authentication to install the resources. Refer [authentication in ASO](https://azure.github.io/azure-service-operator/guide/authentication/) for more details.
81
81
An example configuration file and demo for `Azure Cache for Redis` can be found [here](https://github.com/Azure-Samples/azure-service-operator-samples/tree/master/azure-votes-redis).
82
+
83
+
## Experimental ASO API
84
+
85
+
CAPZ has begun to experiment with a new flavor of APIs that attempt to address the following limitations of
86
+
the existing CAPZ APIs for advanced use cases:
87
+
88
+
- A limited set of Azure resource types can be represented.
89
+
- A limited set of Azure resource topologies can be expressed. e.g. Only a single Virtual Network resource can
90
+
be reconciled for each CAPZ-managed AKS cluster.
91
+
- For each Azure resource type supported by CAPZ, CAPZ generally only uses a single Azure API version to
92
+
define resources of that type.
93
+
- For each Azure API version known by CAPZ, only a subset of fields defined in that version by the Azure API
94
+
spec are exposed by the CAPZ API.
95
+
96
+
This new experimental API defines new AzureASOManagedCluster, AzureASOManagedControlPlane, and
97
+
AzureASOManagedMachinePool resources. An AzureASOManagedCluster might look like this:
0 commit comments