diff --git a/website/docs/using-qovery/configuration/cluster-advanced-settings.md b/website/docs/using-qovery/configuration/cluster-advanced-settings.md index f6f5657e11..c7054d2d8b 100644 --- a/website/docs/using-qovery/configuration/cluster-advanced-settings.md +++ b/website/docs/using-qovery/configuration/cluster-advanced-settings.md @@ -1,5 +1,5 @@ --- -last_modified_on: "2025-09-24" +last_modified_on: "2025-11-26" title: "Cluster Advanced Settings" description: "Learn how to set advanced settings on your infrastructure with Qovery" --- @@ -136,6 +136,12 @@ 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/` with the value `shared` to the subnet where the ALB will be created. +#### aws.eks.alb_controller.replicas ![](/img/advanced_settings/aws.svg) + +| Type | Description | Default Value | +|---------|------------------------------------------------------------------------------------------|---------------| +| integer | Sets AWS ALB controller replicas to be setup on the cluster. | `2` | + #### aws.eks.alb_controller.vpa.vcpu.min_in_milli_cpu ![](/img/advanced_settings/aws.svg) | Type | Description | Default Value | @@ -406,6 +412,12 @@ Once enabled, you can update the advanced setting [resources.override.limit.ram_ ## Miscellaneous +#### aws.metrics_server.replicas ![](/img/advanced_settings/aws.svg) +| Type | Description | Default Value | +|---------|------------------------------------------------------------------------------------------------------------------------------|---------------| +| string | Specify the number of replicas for the metrics-server pod. Set to 2+ in production for high availability (default value = 1) | `1` | + + #### aws.eks.ec2.metadata_imds ![](/img/advanced_settings/aws.svg) | Type | Description | Default Value | |---------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------| diff --git a/website/docs/using-qovery/configuration/cluster-advanced-settings.md.erb b/website/docs/using-qovery/configuration/cluster-advanced-settings.md.erb index 4b683b9e47..b149411ba1 100644 --- a/website/docs/using-qovery/configuration/cluster-advanced-settings.md.erb +++ b/website/docs/using-qovery/configuration/cluster-advanced-settings.md.erb @@ -127,6 +127,12 @@ 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/` with the value `shared` to the subnet where the ALB will be created. +#### aws.eks.alb_controller.replicas ![](/img/advanced_settings/aws.svg) + +| Type | Description | Default Value | +|---------|------------------------------------------------------------------------------------------|---------------| +| integer | Sets AWS ALB controller replicas to be setup on the cluster. | `2` | + #### aws.eks.alb_controller.vpa.vcpu.min_in_milli_cpu ![](/img/advanced_settings/aws.svg) | Type | Description | Default Value |