简体   繁体   English

Azure kubernetes 更改 pod 磁盘类型

[英]Azure kubernetes change pod disk type

i need to change my azure kubernetes pod disk type from premium ssd to standard ssd, but the disk contains some data, can i directly change the type or need to migrate the data first?.我需要将我的 azure kubernetes pod 磁盘类型从高级 ssd 更改为标准 ssd,但磁盘包含一些数据,我可以直接更改类型还是需要先迁移数据?。 thanks谢谢

disk type changed with old data still exists用旧数据更改的磁盘类型仍然存在

To change pod disk type from Premium to Standard, you can create new pod with standard disk type and then migrate/transfer the data.要将 pod 磁盘类型从 Premium 更改为 Standard,您可以使用标准磁盘类型创建新的 pod,然后迁移/传输数据。 Finally, delete the old premium ssd pod.最后,删除旧的高级 ssd pod。

See more details regarding Azure volume disk in:在以下位置查看有关 Azure 卷磁盘的更多详细信息:

https://learn.microsoft.com/en-us/azure/aks/concepts-storage#persistent-volumes https://learn.microsoft.com/en-us/azure/aks/concepts-storage#persistent-volumes

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM