Skip to content

Commit fa98c5d

Browse files
committed
Proportianl scaling: Difference between Deployment and DeploymentConfig is unclear
In section "Proportional scaling" in "Understanding Deployment and DeploymentConfig objects" the difference between Deployment and DeploymentConfig is unclear. Both paragraph's talk about deployments. Explicitly mention Deployment object and DeploymentConfig object to make the difference clear.
1 parent 1caa8d7 commit fa98c5d

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)