Skip to content

Commit

Permalink
feat(ENG-1921): allow to customize ALB controller VPA
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminch committed Nov 13, 2024
1 parent 629b6b3 commit 2329302
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
last_modified_on: "2024-11-12"
last_modified_on: "2024-11-13"
title: "Cluster Advanced Settings"
description: "Learn how to set advanced settings on your infrastructure with Qovery"
---
Expand Down Expand Up @@ -114,6 +114,30 @@ Requirements for customers using custom VPCs (Qovery Managed VPC does not requir
* On private subnets: add a label `kubernetes.io/role/internal-elb` with the value `1` to the subnet where the ALB will be created.
* On all subnets: add a label `kubernetes.io/cluster/<cluster-name>` with the value `shared` to the subnet where the ALB will be created.

#### aws.eks.alb_controller.vpa.vcpu.min_in_milli_cpu ![](/img/advanced_settings/aws.svg)

| Type | Description | Default Value |
|---------|------------------------------------------------------------------------------------------|---------------|
| integer | Sets AWS ALB controller VPA (vertical pod autoscaling) vCPU minimum value in milli CPU. | `250` |

#### aws.eks.alb_controller.vpa.vcpu.max_in_milli_cpu ![](/img/advanced_settings/aws.svg)

| Type | Description | Default Value |
|---------|------------------------------------------------------------------------------------------|---------------|
| integer | Sets AWS ALB controller VPA (vertical pod autoscaling) vCPU maximum value in milli CPU. | `250` |

#### aws.eks.alb_controller.vpa.memory.min_in_mib ![](/img/advanced_settings/aws.svg)

| Type | Description | Default Value |
|---------|------------------------------------------------------------------------------------------|---------------|
| integer | Sets AWS ALB controller VPA (vertical pod autoscaling) memory minimum value in mebibyte. | `128` |

#### aws.eks.alb_controller.vpa.memory.max_in_mib ![](/img/advanced_settings/aws.svg)

| Type | Description | Default Value |
|---------|------------------------------------------------------------------------------------------|---------------|
| integer | Sets AWS ALB controller VPA (vertical pod autoscaling) memory maximum value in mebibyte. | `128` |

#### load_balancer.size ![](/img/advanced_settings/scaleway.svg)

| Type | Description | Default Value |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,30 @@ Requirements for customers using custom VPCs (Qovery Managed VPC does not requir
* On private subnets: add a label `kubernetes.io/role/internal-elb` with the value `1` to the subnet where the ALB will be created.
* On all subnets: add a label `kubernetes.io/cluster/<cluster-name>` with the value `shared` to the subnet where the ALB will be created.

#### aws.eks.alb_controller.vpa.vcpu.min_in_milli_cpu ![](/img/advanced_settings/aws.svg)

| Type | Description | Default Value |
|---------|------------------------------------------------------------------------------------------|---------------|
| integer | Sets AWS ALB controller VPA (vertical pod autoscaling) vCPU minimum value in milli CPU. | `250` |

#### aws.eks.alb_controller.vpa.vcpu.max_in_milli_cpu ![](/img/advanced_settings/aws.svg)

| Type | Description | Default Value |
|---------|------------------------------------------------------------------------------------------|---------------|
| integer | Sets AWS ALB controller VPA (vertical pod autoscaling) vCPU maximum value in milli CPU. | `250` |

#### aws.eks.alb_controller.vpa.memory.min_in_mib ![](/img/advanced_settings/aws.svg)

| Type | Description | Default Value |
|---------|------------------------------------------------------------------------------------------|---------------|
| integer | Sets AWS ALB controller VPA (vertical pod autoscaling) memory minimum value in mebibyte. | `128` |

#### aws.eks.alb_controller.vpa.memory.max_in_mib ![](/img/advanced_settings/aws.svg)

| Type | Description | Default Value |
|---------|------------------------------------------------------------------------------------------|---------------|
| integer | Sets AWS ALB controller VPA (vertical pod autoscaling) memory maximum value in mebibyte. | `128` |

#### load_balancer.size ![](/img/advanced_settings/scaleway.svg)

| Type | Description | Default Value |
Expand Down

0 comments on commit 2329302

Please sign in to comment.