Skip to content

Commit

Permalink
removed mks gpu nodegroup creation
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexey Orlov committed Nov 6, 2024
1 parent 57279a7 commit d607a11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ module "mks" {
ng_volume_type = ["fast"]
ng_labels = [{ "role" : "cpu" }]

gpu_nodegroups = 1
gpu_nodegroups = 0
gpu_ng_nodes_count = [1]
gpu_ng_volume_gb = [100]
gpu_ng_volume_type = ["fast"]
Expand Down

0 comments on commit d607a11

Please sign in to comment.