Merge pull request #17999 from janetkuo/deployment-doc-typo

Auto commit by PR queue bot
This commit is contained in:
k8s-merge-robot 2015-12-01 02:34:55 -08:00
commit 9afb02014b

View File

@ -350,7 +350,7 @@ Note: This is not implemented yet.
#### Rolling Update Deployment
Deployment updates pods in a [rolling update][update-demo/] fashion
Deployment updates pods in a [rolling update](update-demo/) fashion
when `.spec.strategy.type==RollingUpdate`.
Users can specify `maxUnavailable`, `maxSurge` and `minReadySeconds` to control
the rolling update process.