Try to deploy a cluster and it gives you these errors:
Error: INSTALLATION FAILED: unable to build kubernetes objects from release manifest: [resource mapping not found for name: "capz-aso" namespace: "" from "": no matches for kind "AzureASOManagedCluster" in version "infrastructure.cluster.x-k8s.io/v1beta1"
ensure CRDs are installed first, resource mapping not found for name: "capz-aso" namespace: "" from "": no matches for kind "AzureASOManagedControlPlane" in version "infrastructure.cluster.x-k8s.io/v1beta1"
ensure CRDs are installed first, resource mapping not found for name: "capz-aso-pool0" namespace: "" from "": no matches for kind "AzureASOManagedMachinePool" in version "infrastructure.cluster.x-k8s.io/v1beta1"
ensure CRDs are installed first, resource mapping not found for name: "capz-aso-pool1" namespace: "" from "": no matches for kind "AzureASOManagedMachinePool" in version "infrastructure.cluster.x-k8s.io/v1beta1"
ensure CRDs are installed first]
The v1alpha1 is what needs to be used, per what is there in the sample flavor.
Try to deploy a cluster and it gives you these errors:
The v1alpha1 is what needs to be used, per what is there in the sample flavor.