Update deployment.md (#7962)

Fixed the 404 error in: https://github.com/kubernetes/website/issues/7924
pull/7965/head
Rajakavitha1 2018-04-04 21:06:09 +05:30 committed by k8s-ci-robot
parent 5169bac98b
commit 4d26fe2a48
1 changed files with 1 additions and 1 deletions

View File

@ -964,7 +964,7 @@ it is created.
### kubectl rolling update
[Kubectl rolling update](/docs/user-guide/kubectl/{{page.version}}/#rolling-update) updates Pods and ReplicationControllers
[Kubectl rolling update](/docs/reference/generated/kubectl/kubectl-commands/{{page.version}}/#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.