Skip to content

Commit

Permalink
revert changes to master
Browse files Browse the repository at this point in the history
  • Loading branch information
Tamarmamon committed Feb 23, 2025
1 parent 7aeb369 commit 0ceb47f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
6 changes: 0 additions & 6 deletions api/services/ocean/gke/schemas/ocean-strategy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,6 @@ properties:
description: |
Define the provisioning model of the launched instances
enum: [ "SPOT", "PREEMPTIBLE" ]
scalingOrientation:
type: string
default: "BALANCED"
description: |
Control the approach that Ocean takes while launching nodes by configuring this value.
enum: [ "COST", "AVAILABILITY", "BALANCED" ]
preemptiblePercentage:
type: integer
minimum: 0
Expand Down
6 changes: 0 additions & 6 deletions api/services/ocean/gke/schemas/oceanLaunchSpecStrategy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,6 @@ properties:
The desired percentage of Spot/Preemptible instances out of all running instances for this VNG.\
Only available when the field is **not** set in the cluster directly (cluster.strategy.preemptiblePercentage).
example: 80
scalingOrientation:
type: string
default: "BALANCED"
description: |
Control the approach that Ocean takes while launching nodes by configuring this value.
enum: [ "COST", "AVAILABILITY", "BALANCED" ]
shouldUtilizeCommitments:
type: boolean
example: true
Expand Down

0 comments on commit 0ceb47f

Please sign in to comment.