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
@@ -112,7 +112,7 @@ This document is meant to highlight and consolidate in one place configuration b
- Use `kubectl delete` rather than `stop`. `Delete` has a superset of the functionality of `stop`, and `stop` is deprecated.
- Use kubectl bulk operations (via files and/or labels) for get and delete. See [label selectors](/docs/user-guide/labels/#label-selectors) and [using labels effectively](/docs/user-guide/managing-deployments/#using-labels-effectively).
- Use kubectl bulk operations (via files and/or labels) for get and delete. See [label selectors](/docs/user-guide/labels/#label-selectors) and [using labels effectively](/docs/concepts/cluster-administration/manage-deployment/#using-labels-effectively).
- Use `kubectl run` and `expose` to quickly create and expose single container Deployments. See the [quick start guide](/docs/user-guide/quick-start/) for an example.