Skip to content
New issue

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

ucloud_uk8s_node.boot_disk_type is not optional #107

Open
namoshizun opened this issue Oct 19, 2021 · 2 comments
Open

ucloud_uk8s_node.boot_disk_type is not optional #107

namoshizun opened this issue Oct 19, 2021 · 2 comments

Comments

@namoshizun
Copy link

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?

@shawnmssu
Copy link
Collaborator

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.

@shawnmssu
Copy link
Collaborator

We have released a new version v1.30.0 about add custom diff precheck of boot_disk_type and instance_type for this issue. Please try again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants