Skip to content

Commit

Permalink
feat: Add enabled field for karpenter node pool limits
Browse files Browse the repository at this point in the history
  • Loading branch information
mzottola committed Jan 15, 2025
1 parent 89d339e commit b07d242
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20070,9 +20070,14 @@ components:
title: KarpenterNodePoolLimits
type: object
required:
- enabled
- max_cpu_in_vcpu
- max_memory_in_gibibytes
properties:
enabled:
type: boolean
default: false
nullable: false
max_cpu_in_vcpu:
type: integer
description: "CPU limit that will be applied for the node pool (in vCPU unit: 1 vCPU = 1000 millicores)"
Expand Down

0 comments on commit b07d242

Please sign in to comment.