Bläddra i källkod

fix spot node data issue

Ajay Tripathy 5 år sedan
förälder
incheckning
8f9fd21ae8
1 ändrade filer med 0 tillägg och 1 borttagningar
  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,
 			RAM:          terms.Memory,
 			GPU:          terms.GPU,
-			RAMCost:      aws.BaseSpotRAMPrice,
 			Storage:      terms.Storage,
 			BaseCPUPrice: aws.BaseCPUPrice,
 			BaseRAMPrice: aws.BaseRAMPrice,