소스 검색

Merge pull request #1908 from porter-dev/belanger/add-spot-instance-bid-price

Add spot bid price to spot instances
abelanger5 4 년 전
부모
커밋
b21e71e747
1개의 변경된 파일8개의 추가작업 그리고 0개의 파일을 삭제
  1. 8 0
      api/server/handlers/infra/forms.go

+ 8 - 0
api/server/handlers/infra/forms.go

@@ -384,6 +384,14 @@ tabs:
       label: Enable spot instances for this cluster.
       label: Enable spot instances for this cluster.
       settings:
       settings:
         default: false
         default: false
+  - name: spot_instance_price
+    show_if: spot_instances_enabled
+    contents:
+    - type: string-input
+      label: Assign a bid price for the spot instance.
+      variable: spot_price
+      required: true
+      placeholder: "ex: 0.05"
 `
 `
 
 
 const gcrForm = `name: GCR
 const gcrForm = `name: GCR