Move Guide topic: Rolling Update Demo (#2850)

* Move Guide topic: Rolling Update Demo

* rename file
This commit is contained in:
Andrew Chen
2017-03-15 17:31:38 -07:00
committed by GitHub
parent d01672cd2d
commit b65d0a30c9
6 changed files with 114 additions and 108 deletions
+1 -1
View File
@@ -778,7 +778,7 @@ All existing Pods are killed before new ones are created when
#### Rolling Update Deployment
The Deployment updates Pods in a [rolling update](/docs/user-guide/update-demo/) fashion
The Deployment updates Pods in a [rolling update](/docs/tasks/run-application/rolling-update-replication-controller/) fashion
when `.spec.strategy.type==RollingUpdate`.
You can specify `maxUnavailable` and `maxSurge` to control
the rolling update process.