Move docs/user-guide/managing-deployments.md to /docs/concepts/cluster-administration/manage-deployment.md

This commit is contained in:
Andrew Chen
2017-03-15 15:13:57 -07:00
committed by Andrew Chen
parent 6ab05fbf1c
commit 7071b5e753
9 changed files with 447 additions and 439 deletions
+1 -1
View File
@@ -718,7 +718,7 @@ to a previous revision, or even pause it if you need to apply multiple tweaks in
### Canary Deployment
If you want to roll out releases to a subset of users or servers using the Deployment, you can create multiple Deployments, one for each release,
following the canary pattern described in [managing resources](/docs/user-guide/managing-deployments/#canary-deployments).
following the canary pattern described in [managing resources](/docs/concepts/cluster-administration/manage-deployment#canary-deployments).
## Writing a Deployment Spec