Updated imported docs with ./update-imported-docs.sh

This commit is contained in:
Maciej Szulik
2016-10-24 19:02:37 +02:00
parent de27c5c194
commit b506e647f3
101 changed files with 20638 additions and 3296 deletions
@@ -15,6 +15,9 @@ Replaces the specified replication controller with a new replication controller
new PodTemplate. The new-controller.json must specify the same namespace as the
existing replication controller and overwrite at least one (common) label in its replicaSelector.
![Workflow](http://kubernetes.io/images/docs/kubectl_rollingupdate.svg)
```
kubectl rolling-update OLD_CONTROLLER_NAME ([NEW_CONTROLLER_NAME] --image=NEW_CONTAINER_IMAGE | -f NEW_CONTROLLER_SPEC)
```
@@ -95,7 +98,7 @@ kubectl rolling-update frontend-v1 frontend-v2 --rollback
###### Auto generated by spf13/cobra on 2-Sep-2016
###### Auto generated by spf13/cobra on 24-Oct-2016