Skip to content

Commit

Permalink
line wrap Deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
Seth McCombs committed May 22, 2019
1 parent ff69442 commit dd59549
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion content/en/docs/concepts/workloads/controllers/replicaset.md
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,8 @@ curl -X DELETE 'localhost:8080/apis/extensions/v1beta1/namespaces/default/repli
Once the original is deleted, you can create a new ReplicaSet to replace it. As long
as the old and new `.spec.selector` are the same, then the new one will adopt the old Pods.
However, it will not make any effort to make existing Pods match a new, different pod template.
To update Pods to a new spec in a controlled way, use a [Deployment](/docs/concepts/workloads/controllers/deployment/#creating-a-deployment), as ReplicaSets do not support a rolling update directly.
To update Pods to a new spec in a controlled way, use a
[Deployment](/docs/concepts/workloads/controllers/deployment/#creating-a-deployment), as ReplicaSets do not support a rolling update directly.

### Isolating Pods from a ReplicaSet

Expand Down

0 comments on commit dd59549

Please sign in to comment.