Schema
objectio.k8s.api.apps.v1.RollingUpdateDeployment
Spec to control the desired behavior of rolling update.
- Source
specs/apis__apps__v1_openapi.json- Revision
9a79c3bd90f7- Active snapshot
2a9112600697
maxSurge
optionalThe maximum number of pods that can be scheduled above the desired number of pods. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). This can not be 0 if MaxUnavailable is 0. Absolute number is calculated from percentage by rounding up. Defaults to 25%. Example: when this is set to 30%, the new ReplicaSet can be scaled up immediately when the rolling update starts, such that the total number of old and new pods do not exceed 130% of desired pods. Once old pods have been kill…
maxUnavailable
optional