是否可以将 aks custom headers 与 azurerm_kubernetes_cluster 资源一起使用?

Is it possible to use aks custom headers with the azurerm_kubernetes_cluster resource?

我正在考虑在 AKS 上设置 GPU 节点集群。

为了避免手动安装 nvidia 设备守护程序集,显然我可以注册 GPUDedicatedVHDPreview 并使用 AKS 自定义 headers (https://docs.microsoft.com/en-us/azure/aks/gpu-cluster) 发送 UseGPUDedicatedVHD=true

我了解如何在命令行上执行此操作,但我不了解如何使用 azurerm_kubernetes_cluster terraform 提供程序执行此操作。

有可能吗?

在撰写本文时,这似乎是不可能的,正如这个未解决的问题所表明的那样:https://github.com/terraform-providers/terraform-provider-azurerm/issues/6793