Skip to content

Commit

Permalink
CON-20634 (#574)
Browse files Browse the repository at this point in the history
* cr

* cr

* cr

* [src] cr changes

---------

Co-authored-by: Moshe Dahan <[email protected]>
  • Loading branch information
noamSpot and dahanmoshe1991 authored Feb 6, 2024
1 parent 61e6644 commit 0499b0e
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
8 changes: 8 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,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: Enable and customize the Aggressive Scale Down feature. This allows nodes to be promptly scaled down by the Ocean Autoscaler as soon as they become eligible, 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
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: Enable and customize the Aggressive Scale Down feature. This allows nodes to be promptly scaled down by the Ocean Autoscaler as soon as they become eligible, 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 0499b0e

Please sign in to comment.