Skip to content

Commit

Permalink
cr
Browse files Browse the repository at this point in the history
  • Loading branch information
noamSpot committed Feb 4, 2024
1 parent fd45703 commit 0c5717f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions api/services/ocean/aws/schemas/oceanClusterUpdate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,14 @@ properties:
type: integer
description: Represents the maximum percent of your instances to scale down in a single scale-down action. Number between 1-100.
example: 60
aggressiveScaleDown:
type: object
description: An object that enables and customizes the Aggressive Scale Down feature, allowing nodes to be scaled down promptly once they are eligible for scale down by the Ocean Autoscaler, without any waiting period.
properties:
isEnabled:
type: boolean
description: When set to 'true', the Aggressive Scale Down feature is enabled
default: false
headroom:
type: object
description: Spare resource capacity management enabling fast assignment of pods without waiting for new resources to launch.
Expand Down

0 comments on commit 0c5717f

Please sign in to comment.