We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
文档中提到有四个自动创建的 StorageClass:
alicloud-disk-common:自动创建普通云盘。 alicloud-disk-efficiency:自动创建高效云盘。 alicloud-disk-ssd:自动创建SSD云盘。 alicloud-disk-available:提供高可用选项,先尝试自动创建高效云盘;如果相应可用区的高效云盘资源售尽,再尝试自动创建SSD云盘,如果该可用区的SSD云盘也售尽,则尝试自动创建普通云盘。
https://help.aliyun.com/document_detail/100457.html?spm=a2c4g.11186623.6.994.af45631a4lUOR6
但是这里创建了 controller 的配置文件中,添加了四个,新添了一个 ESSD,但是没有 common,是现在不能用 common,而只有 essd, ssd, efficiency 三种云盘类型资源了吗?
The text was updated successfully, but these errors were encountered:
fredkan
No branches or pull requests
文档中提到有四个自动创建的 StorageClass:
https://help.aliyun.com/document_detail/100457.html?spm=a2c4g.11186623.6.994.af45631a4lUOR6
但是这里创建了 controller 的配置文件中,添加了四个,新添了一个 ESSD,但是没有 common,是现在不能用 common,而只有 essd, ssd, efficiency 三种云盘类型资源了吗?
The text was updated successfully, but these errors were encountered: