From 2bd0c27719a851cfebecd4323419dc29141df4dd Mon Sep 17 00:00:00 2001 From: shauli Date: Thu, 15 Feb 2024 10:37:43 +0200 Subject: [PATCH] utilize commitments for GKE --- api/services/ocean/gke/schemas/ocean-strategy.yaml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/api/services/ocean/gke/schemas/ocean-strategy.yaml b/api/services/ocean/gke/schemas/ocean-strategy.yaml index 2e3a5da5f..cba252da3 100644 --- a/api/services/ocean/gke/schemas/ocean-strategy.yaml +++ b/api/services/ocean/gke/schemas/ocean-strategy.yaml @@ -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 \ No newline at end of file + example: 100 + shouldUtilizeCommitments: + type: boolean + default: false + description: | + If set to true, will try to utilize commitments when launching new instances. + example: true \ No newline at end of file