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
Cannot create nodegroups using flavors with predefined volumes.
Creation nodegroup will not failed if flavor have local_disk spec.
Got error: [bad-request ](mks-go: got the 400 status code from the server)
resource "selectel_mks_nodegroup_v1" "nodegroup_1" { cluster_id = var.cluster_id project_id = var.project_id region = "ru-7" availability_zone = "ru-7a" nodes_count = 2 flavor_id = "1113" volume_gb = 50 volume_type = "fast.ru-7a" }
The text was updated successfully, but these errors were encountered:
Fixed in https://github.com/selectel/terraform-provider-selectel/releases/tag/v5.0.2
Sorry, something went wrong.
TawR1024
No branches or pull requests
Cannot create nodegroups using flavors with predefined volumes.
Affected Resource(s)
Expected Behavior
Creation nodegroup will not failed if flavor have local_disk spec.
Actual Behavior
Got error: [bad-request ](mks-go: got the 400 status code from the server)
Steps to Reproduce
The text was updated successfully, but these errors were encountered: