Experimental
This is an experimental release which containing the most recent commits from the main branch as of commit: 924e908575d31f1dce16626a728cc02033857f5b.
This release might not be stable. Use at your own risk.
⚠️ The provided YAML manifest does not configure any CRDs to install by default, but is required. You must specify the CRDs that you want to use as part of
crdPattern, for example'resources.azure.com/*;containerservice.azure.com/*;keyvault.azure.com/*;managedidentity.azure.com/*;apimanagement.azure.com/*'.
The recommended way to supply crdPattern is using asoctl template:
asoctl export template --source https://github.com/Azure/azure-service-operator/releases/download/experimental/azureserviceoperator_experimental.yaml --crd-pattern "<pattern>" | kubectl apply -f -