需要在Azure中调整VMSS磁盘的大小。 Linux VMSS [英] Need to resize VMSS disk in Azure. Linux VMSS

查看:88
本文介绍了需要在Azure中调整VMSS磁盘的大小。 Linux VMSS的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,

解决方案


请尝试使用以下命令。虽然我没有尝试使用我的群集,它应该工作。您可能需要重新启动VMSS实例才能使更改生效。


 az vmss update -n< vmss name> ; -g<资源组名称> --set virtualMachineProfile.storageProfile.osDisk.diskSizeGb = 150 


在您的测试群集中试试这个并告诉我。


Hi All,

解决方案

Hi,

Please try with the below command. Though i didnt try this with my cluster, It should work. You may need to restart VMSS instances for the changes to take effect.

az vmss update -n <vmss name> -g <resource group name> --set virtualMachineProfile.storageProfile.osDisk.diskSizeGb=150

Try this out in your test cluster and let me know.


这篇关于需要在Azure中调整VMSS磁盘的大小。 Linux VMSS的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆