Skip to content

Commit

Permalink
docs: fix minor mistakes in Migrating to Deployments
Browse files Browse the repository at this point in the history
Signed-off-by: George Miroshnykov <[email protected]>
  • Loading branch information
gmiroshnykov committed Apr 2, 2023
1 parent b84e039 commit a2c2ab9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/migrating.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Instead of removing Deployment you can scale-down in to zero and reference from
1. Create a Rollout resource.
1. Reference an existing Deployment using `workloadRef` field.
1. Scale-down existing Deployment by changing `replicas` field of an existing Deployment to zero.
1. Scale-down an existing Deployment by changing `replicas` field of an existing Deployment to zero.
1. To perform an update, the change should be made to the Pod template field of the Deployment.

Below is an example of a Rollout resource referencing a Deployment.
Expand Down Expand Up @@ -150,7 +150,7 @@ When converting a Rollout to a Deployment, it involves changing three fields:

When a rollout is referencing to a deployment:

1. Scale-up the Deployment by changing `replicas` field of an existing Rollout to zero.
1. Scale-down existing Rollout by changing `replicas` field of an existing Rollout to zero.
1. Scale-up an existing Deployment by changing `replicas` field of an existing Deployment to a desired number of pods.
1. Scale-down an existing Rollout by changing `replicas` field of an existing Rollout to zero.

Please refer to [Running Rollout and Deployment side-by-side](#running-rollout-and-deployment-side-by-side) and [Traffic Management During Migration](#traffic-management-during-migration) for caveats.

0 comments on commit a2c2ab9

Please sign in to comment.