Skip to content

Commit

Permalink
utilize commitments for GKE
Browse files Browse the repository at this point in the history
  • Loading branch information
shaulib committed Feb 15, 2024
1 parent 74e9f21 commit 2bd0c27
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion api/services/ocean/gke/schemas/ocean-strategy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,10 @@ properties:
description: |
The desired percentage of Spot/Preemptible instances out of all running instances.\
Only available when the field is **not** set in any VNG directly (launchSpec.strategy.preemptiblePercentage).
example: 100
example: 100
shouldUtilizeCommitments:
type: boolean
default: false
description: |
If set to true, will try to utilize commitments when launching new instances.
example: true

0 comments on commit 2bd0c27

Please sign in to comment.