【问题标题】:Is there a possibility to create Azure Kubernetes Cluster with virtual machine which supports GPU computing for Azure Pass Sponsorship?是否有可能使用支持 GPU 计算的虚拟机创建 Azure Kubernetes 集群以进行 Azure Pass Sponsorship?
【发布时间】:2021-12-27 21:26:52
【问题描述】:

我想创建支持 GPU 计算的 Azure Kubernetes Service 资源。我有大量需要 Nvidia 驱动程序的数据和 docker 映像。当我尝试创建它时,我得到:

Size not available
This size is currently unavailable in eastus for this subscription: NotAvailableForSubscription.

对于我选择的每个位置,我都会收到此消息。我想问题是我使用 Azure Pass Sponsorship。这种订阅有什么办法吗?

【问题讨论】:

  • 您应该联系您的赞助商或 Azure 支持
  • 您好@Nigihayami,如果我的回答对您有帮助,您可以接受它作为答案(单击答案旁边的复选标记将其从灰色切换为已填充。)。这对其他社区成员可能是有益的。谢谢

标签: azure kubernetes gpu virtual-machine


【解决方案1】:

当您选择的资源 SKU(例如 K8 的集群或虚拟机)不适用于您选择的位置时,您会收到此错误

您可以通过Products available by region查看所选地区的产品可用性。

要确定某个区域/地区中哪些 SKU 可用,请使用 Get-AzComputeResourceSku 命令。按位置过滤结果。您必须拥有最新版本的 PowerShell 才能执行此命令。

Get-AzComputeResourceSku | where {$_.Locations -icontains  "centralus"}

请参阅此documentation 了解更多信息。

有关 Azure 赞助订阅的常见 Microsoft Azure 限制、配额和约束列表,请参阅此document

应用以下每月使用配额。如果您需要超过这些限制,请随时联系customer service,以便他们了解您的需求并适当调整这些限制。

参考:Microsoft Azure Sponsorship Offer

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 2019-09-10
    • 1970-01-01
    • 2019-05-10
    • 1970-01-01
    • 2019-09-26
    • 2021-11-04
    • 2021-08-06
    • 1970-01-01
    相关资源
    最近更新 更多