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 61e6644 commit e7ab195
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions api/services/ocean/aws/schemas/oceanCluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,13 @@ 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:
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 e7ab195

Please sign in to comment.