diff --git a/ai-ml/ray/terraform/modules/ray-cluster/main.tf b/ai-ml/ray/terraform/modules/ray-cluster/main.tf index c32501967..5fcd9686d 100644 --- a/ai-ml/ray/terraform/modules/ray-cluster/main.tf +++ b/ai-ml/ray/terraform/modules/ray-cluster/main.tf @@ -20,7 +20,7 @@ resource "kubectl_manifest" "karpenter_provisioner" { { key = "karpenter.sh/capacity-type" operator = "In" - values = ["spot"] + values = ["on-demand"] } ] limits = {