Skip to content

Commit

Permalink
fix: add missing doc for alb controller and custom vpc
Browse files Browse the repository at this point in the history
  • Loading branch information
deimosfr committed Oct 24, 2024
1 parent b37e000 commit 39e7fbf
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
last_modified_on: "2024-10-11"
last_modified_on: "2024-10-24"
title: "Cluster Advanced Settings"
description: "Learn how to set advanced settings on your infrastructure with Qovery"
---
Expand Down Expand Up @@ -109,6 +109,11 @@ Enabling this feature will create a 10 min max downtime on your application's pu
|---------|-----------------------------------------------------------------------------|---------------|
| boolean | Enable the AWS ALB controller to manage the load balancer for the cluster. | `true` |

Requirements for customers using custom VPCs (Qovery Managed VPC does not require these steps):
* On public subnets: add a label `kubernetes.io/role/elb` with the value `1` to the subnet where the ALB will be created.
* 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.

#### 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 @@ -100,6 +100,11 @@ Enabling this feature will create a 10 min max downtime on your application's pu
|---------|-----------------------------------------------------------------------------|---------------|
| boolean | Enable the AWS ALB controller to manage the load balancer for the cluster. | `true` |

Requirements for customers using custom VPCs (Qovery Managed VPC does not require these steps):
* On public subnets: add a label `kubernetes.io/role/elb` with the value `1` to the subnet where the ALB will be created.
* 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.

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

| Type | Description | Default Value |
Expand Down

0 comments on commit 39e7fbf

Please sign in to comment.