Skip to content

Commit

Permalink
Merge branch 'master' into SPOTAUT-17605-Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
anuragsharma-123 authored Feb 9, 2024
2 parents 7757786 + 0499b0e commit 3c375ce
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 3c375ce

Please sign in to comment.