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

selectel_mks_nodegroup_v1.flavor_id conflicts with selectel_mks_nodegroup_v1.local_volume #273

Closed
TawR1024 opened this issue Apr 22, 2024 · 1 comment
Assignees
Labels

Comments

@TawR1024
Copy link
Collaborator

TawR1024 commented Apr 22, 2024

Cannot create nodegroups using flavors with predefined volumes.

Affected Resource(s)

  • selectel_mks_nodegroup_v1

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

  1. nodegroup definition that not working properly
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"
}
@TawR1024 TawR1024 added the bug label Apr 22, 2024
@TawR1024 TawR1024 self-assigned this Apr 22, 2024
@TawR1024
Copy link
Collaborator Author

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

No branches or pull requests

1 participant