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
@@ -71,4 +71,4 @@ flag, which will provide the object to be submitted to the cluster.
### `kubectl apply`
* To use `kubectl apply` to update resources, always create resources initially with `kubectl apply` or with `--save-config`. See [managing resources with kubectl apply](/docs/user-guide/managing-deployments/#kubectl-apply) for the reason behind it.
* To use `kubectl apply` to update resources, always create resources initially with `kubectl apply` or with `--save-config`. See [managing resources with kubectl apply](/docs/concepts/cluster-administration/manage-deployment/#kubectl-apply) for the reason behind it.