Skip to content

Commit

Permalink
Merge pull request #6 from nebius/Fix-GPU-environment-not-applied
Browse files Browse the repository at this point in the history
Fixed the issue with kube not respecting gpu_environment variable
  • Loading branch information
malibora authored May 10, 2024
2 parents 4fa6560 + c44b3de commit fdad9f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node_group.tf
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ resource "nebius_kubernetes_node_group" "kube_node_groups" {
for_each = compact([lookup(each.value, "gpu_cluster_id", null)])
content {
gpu_cluster_id = each.value.gpu_cluster_id
gpu_environment = "runc"
gpu_environment = each.value.gpu_environment
}
}

Expand Down

0 comments on commit fdad9f8

Please sign in to comment.