From ca3ea89bac0f6f55cd83b5bfca6052bad1d6c087 Mon Sep 17 00:00:00 2001 From: Thinh Dinh Date: Mon, 27 Apr 2026 14:30:58 -0400 Subject: [PATCH] SPOTCON-36834: Add 'maxReplacementLimitPercentage' field to ocean cluster strategy. --- api/services/ocean/aws/schemas/ocean-strategy.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/api/services/ocean/aws/schemas/ocean-strategy.yaml b/api/services/ocean/aws/schemas/ocean-strategy.yaml index 60a5a3ad5..c9ff845eb 100644 --- a/api/services/ocean/aws/schemas/ocean-strategy.yaml +++ b/api/services/ocean/aws/schemas/ocean-strategy.yaml @@ -24,6 +24,14 @@ properties: The desired percentage of Spot instances out of all running instances.\ Only available when the field is **not** set in any VNG directly (launchSpec.strategy.spotPercentage). example: 100 + maxReplacementLimitPercentage: + type: integer + default: 10 + minimum: 1 + maximum: 100 + description: | + Limits the percentage of instances that can be replaced at once during a run cycle. + example: 25 gracePeriod: type: integer default: 300