Jelajahi Sumber

fix spot node data issue

Ajay Tripathy 5 tahun lalu
induk
melakukan
8f9fd21ae8
1 mengubah file dengan 0 tambahan dan 1 penghapusan
  1. 0 1
      pkg/cloud/awsprovider.go

+ 0 - 1
pkg/cloud/awsprovider.go

@@ -1008,7 +1008,6 @@ 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,
-			RAMCost:      aws.BaseSpotRAMPrice,
 			Storage:      terms.Storage,
 			Storage:      terms.Storage,
 			BaseCPUPrice: aws.BaseCPUPrice,
 			BaseCPUPrice: aws.BaseCPUPrice,
 			BaseRAMPrice: aws.BaseRAMPrice,
 			BaseRAMPrice: aws.BaseRAMPrice,