Skip to content

Commit

Permalink
feat: add information to maxsurge and maxunavailable
Browse files Browse the repository at this point in the history
  • Loading branch information
deimosfr committed Jan 22, 2025
1 parent 204b2c6 commit e8c1797
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
8 changes: 7 additions & 1 deletion website/docs/using-qovery/configuration/advanced-settings.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
last_modified_on: "2025-01-21"
last_modified_on: "2025-01-22"
title: "Service Advanced Settings"
description: "Learn how to set advanced settings on your infrastructure with Qovery"
---
Expand Down Expand Up @@ -117,6 +117,12 @@ Note: The default value on a GKE cluster is set to 10 GB since by default it for
|---------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------|
| integer | Define the percentage of a maximum number of pods that can be unavailable during the update process ([more info](https://kubernetes.io/docs/concepts/workloads/controllers/deployment/#max-unavailable)). | `25` |

<Alert type="info">

It's important to understand `maxSurge` and `maxUnavailable` govern availability, not strict real-time counting. Don't expect the exact numbers of pods to be unavailable at any given time during a rollout.

</Alert>

#### deployment.update_strategy.rolling_update.max_surge_percent ![](/img/advanced_settings/application.svg) ![](/img/advanced_settings/container.svg)

| Type | Description | Default Value |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,12 @@ Note: The default value on a GKE cluster is set to 10 GB since by default it for
|---------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------|
| integer | Define the percentage of a maximum number of pods that can be unavailable during the update process ([more info](https://kubernetes.io/docs/concepts/workloads/controllers/deployment/#max-unavailable)). | `25` |

<Alert type="info">

It's important to understand `maxSurge` and `maxUnavailable` govern availability, not strict real-time counting. Don't expect the exact numbers of pods to be unavailable at any given time during a rollout.

</Alert>

#### deployment.update_strategy.rolling_update.max_surge_percent ![](/img/advanced_settings/application.svg) ![](/img/advanced_settings/container.svg)

| Type | Description | Default Value |
Expand Down

0 comments on commit e8c1797

Please sign in to comment.