show kubectl_rollingupdate svg

reviewable/pr2596/r5
Xiuyu Li 2017-02-21 16:18:52 +08:00 committed by Andrew Chen
parent 8904a7f862
commit 7b69821e5e
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ Perform a rolling update of the given ReplicationController.
Replaces the specified replication controller with a new replication controller by updating one pod at a time to use the 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.
! http://kubernetes.io/images/docs/kubectl_rollingupdate.svg
![kubectl_rollingupdate](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)