feat: make rollingUpdate description clearer in deployment.md

feat: make rollingUpdate description clearer in deployment.md
pull/51295/head
Husni Alhamdani 2025-06-18 21:08:48 +07:00 committed by GitHub
parent 4ed0da4447
commit be155f3fda
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1183,7 +1183,7 @@ replacement will be created immediately (even if the old Pod is still in a Termi
#### Rolling Update Deployment
The Deployment updates Pods in a rolling update
fashion when `.spec.strategy.type==RollingUpdate`. You can specify `maxUnavailable` and `maxSurge` to control
fashion (gradually scale down the old ReplicaSets and scale up the new one) when `.spec.strategy.type==RollingUpdate`. You can specify `maxUnavailable` and `maxSurge` to control
the rolling update process.
##### Max Unavailable