Skip to content

Commit

Permalink
Update docs/migrating.md
Browse files Browse the repository at this point in the history
Co-authored-by: Rohit Agrawal <[email protected]>
  • Loading branch information
gmiroshnykov and agrawroh committed Apr 2, 2023
1 parent a2c2ab9 commit 99efb3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/migrating.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,6 @@ When converting a Rollout to a Deployment, it involves changing three fields:
When a rollout is referencing to a deployment:

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.
1. Scale-down an existing Rollout by changing it's `replicas` field 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 99efb3a

Please sign in to comment.