Ajay Tripathy 5 лет назад
Родитель
Сommit
11637a55ed
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      pkg/cloud/awsprovider.go

+ 1 - 1
pkg/cloud/awsprovider.go

@@ -1009,7 +1009,7 @@ func (aws *AWS) createNode(terms *AWSProductTerms, usageType string, k Key) (*No
 			VCPUCost:     aws.BaseSpotCPUPrice,
 			VCPUCost:     aws.BaseSpotCPUPrice,
 			RAM:          terms.Memory,
 			RAM:          terms.Memory,
 			GPU:          terms.GPU,
 			GPU:          terms.GPU,
-			CPUCost:      aws.BaseSpotGPUPrice,
+			GPUCost:      aws.BaseSpotGPUPrice,
 			RAMCost:      aws.BaseSpotRAMPrice,
 			RAMCost:      aws.BaseSpotRAMPrice,
 			Storage:      terms.Storage,
 			Storage:      terms.Storage,
 			BaseCPUPrice: aws.BaseCPUPrice,
 			BaseCPUPrice: aws.BaseCPUPrice,