Skip to content

Commit

Permalink
Fix invalid command (kubectl rolling-update) (kubernetes#17607)
Browse files Browse the repository at this point in the history
  • Loading branch information
nonylene authored and Cheng Pan committed Nov 26, 2019
1 parent 55b310e commit 0b7609a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/en/docs/concepts/workloads/controllers/deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -1143,9 +1143,9 @@ it is created.

## Alternative to Deployments

### kubectl rolling update
### kubectl rolling-update

[`kubectl rolling update`](/docs/reference/generated/kubectl/kubectl-commands#rolling-update) updates Pods and ReplicationControllers
[`kubectl rolling-update`](/docs/reference/generated/kubectl/kubectl-commands#rolling-update) updates Pods and ReplicationControllers
in a similar fashion. But Deployments are recommended, since they are declarative, server side, and have
additional features, such as rolling back to any previous revision even after the rolling update is done.

Expand Down

0 comments on commit 0b7609a

Please sign in to comment.