You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While creating an ucloud_uk8s_node resource, if I don't specify the boot_disk_type, the provider will choose cloud_ssd, as the documentation says. But actually I received this error message:
Error: error on creating uk8s cluster, api:
[server.RetCodeError] 94003
After consulting UCloud technicians, it appears to be the problem of missing BootDiskType.. So I supplied boot_disk_type = "cloud_rssd" which worked. Maybe the documentation should be updated?
The text was updated successfully, but these errors were encountered:
For this situation, it is because the default value of theboot_disk_type is cloud_ssd, but for Outstanding Instance(O) the cloud_rssd is required. In addition, for the error message, we will optimize it recently.
While creating an
ucloud_uk8s_node
resource, if I don't specify theboot_disk_type
, the provider will choosecloud_ssd
, as the documentation says. But actually I received this error message:After consulting UCloud technicians, it appears to be the problem of missing
BootDiskType
.. So I suppliedboot_disk_type = "cloud_rssd"
which worked. Maybe the documentation should be updated?The text was updated successfully, but these errors were encountered: