Open zargaryanlilit opened 1 year ago
Hi, I'm interested in this feature, is this already released, is there a plan to have it and release it?
Currently, resource azurerm_machine_learning_inference_cluster
by default considers the legacy AksCompute
which only supports v1 SDK of Azure ML.
Additional argument (maybe compute_type
) for resource azurerm_machine_learning_inference_cluster
with possible values AksCompute
and KubernetesCompute
would do.
Refer official doc: KubernetesCompute vs Legacy AksCompute
I am also interested in this feature. I have installed an AzureML extension, on which AKS compute is not supported, and currently there is no option for Kubernetes compute.
Is there an existing issue for this?
Community Note
Description
There is an azurerm_machine_learning_inference_cluster for the azure ml v1 AKS cluster attachments. Azure ml v2 K8s cluster attachment is different e.g. we need to provide the 'namespace'.
New or Affected Resource(s)/Data Source(s)
azurerm_machine_learning_kubernetes_cluster
Potential Terraform Configuration
References
No response