Merge pull request #13420 from JanetKuo/doc-rolling

Change deprecated 'kubectl stop' to 'delete'
pull/6/head
Marek Grabowski 2015-09-01 13:30:08 +02:00
commit 9d33583318
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ But if the replica count had been specified, the final replica count of the new
### Step Five: Bring down the pods
```console
$ kubectl stop rc update-demo-kitten
$ kubectl delete rc update-demo-kitten
```
This first stops the replication controller by turning the target number of replicas to 0 and then deletes the controller.