如何获取仅支持 AKS 托管的 VM SKU 列表
我知道命令 az vm list-skus --location ,它为我们提供了特定位置中所有 VM SKU 的列表,但我希望过滤该列表,仅显示 VM AKS 托管支持的 SKU。
有人可以帮忙吗?这有点重要。谢谢你!
I am aware of the command, az vm list-skus --location , which gives us a list of all VM SKUs in a specific location but I would like to have that list filtered which shows only the VM SKUs supported by the AKS hosting.
Can someone please assist? It is kinda important. Thank you!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为没有快速的方法可以做到这一点。 2018 年的 GitHub 问题涉及“列出支持的节点虚拟机大小”,但是该问题尚未得到解决。
我在创建 AKS 集群时检查了自己是否可以完成选项卡补全功能。您可以尝试在 az aks create -l westeurope -s 之后按 Tab 键。
但好像还是不行。根据 微软文档。
I don't think there is a quick way to do this. There was a GitHub Issue from 2018 regarding "List supported node-vm-sizes" but it had not been resolved.
I checked myself while creating an AKS cluster whether tab completion will work or not. You can try hitting Tab after az aks create -l westeurope -s .
But it seems that it still does not work. "Standard_A1" should not be used according to Microsoft documentation.