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
@@ -47,7 +47,7 @@ kubectl scale statefulsets <stateful-set-name> --replicas=<new-replicas>
### Alternative: `kubectl apply` / `kubectl edit` / `kubectl patch`
Alternatively, you can do [in-place updates](/docs/user-guide/managing-deployments/#in-place-updates-of-resources) on your StatefulSets.
Alternatively, you can do [in-place updates](/docs/concepts/cluster-administration/manage-deployment/#in-place-updates-of-resources) on your StatefulSets.
If your StatefulSet was initially created with `kubectl apply` or `kubectl create --save-config`,
update `.spec.replicas` of the StatefulSet manifests, and then do a `kubectl apply`: