Update API Reference multi-pages for v1.24
This commit is contained in:
@@ -89,9 +89,7 @@ DeploymentSpec is the specification of the desired behavior of the Deployment.
|
||||
|
||||
Type of deployment. Can be "Recreate" or "RollingUpdate". Default is RollingUpdate.
|
||||
|
||||
Possible enum values:
|
||||
- `"Recreate"` Kill all existing pods before creating new ones.
|
||||
- `"RollingUpdate"` Replace the old ReplicaSets by new one using rolling update i.e gradually scale down the old ReplicaSets and scale up the new one.
|
||||
|
||||
|
||||
- **strategy.rollingUpdate** (RollingUpdateDeployment)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user