Skip to content

Commit 1b43660

Browse files
authored
Merge pull request #40375 from tosmi/tosmi/deploymentconfig
Proportional scaling: Difference between Deployment and DeploymentConf is unclear
2 parents c5bde77 + fa98c5d commit 1b43660

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/deployments-comparing-deploymentconfigs.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@ The deployment process for `Deployment` objects is driven by a controller loop,
6060
[discrete]
6161
==== Proportional scaling
6262

63-
Because the deployment controller is the sole source of truth for the sizes of new and old replica sets owned by a deployment, it is able to scale ongoing rollouts. Additional replicas are distributed proportionally based on the size of each replica set.
63+
Because the deployment controller is the sole source of truth for the sizes of new and old replica sets owned by a `Deployment` object, it is able to scale ongoing rollouts. Additional replicas are distributed proportionally based on the size of each replica set.
6464

65-
Deployments cannot be scaled when a rollout is ongoing because the controller will end up having issues with the deployer process about the size of the new replication controller.
65+
`DeploymentConfig` objects cannot be scaled when a rollout is ongoing because the controller will end up having issues with the deployer process about the size of the new replication controller.
6666

6767
[discrete]
6868
==== Pausing mid-rollout

0 commit comments

Comments
 (0)