Merge pull request #16574 from hurf/stop_doc

Auto commit by PR queue bot
This commit is contained in:
k8s-merge-robot
2015-11-05 19:43:21 -08:00
14 changed files with 25 additions and 25 deletions

View File

@@ -59,10 +59,10 @@ You can also see the replication controller that was created:
kubectl get rc
```
To stop the two replicated containers, stop the replication controller:
To stop the two replicated containers, delete the replication controller:
```bash
kubectl stop rc my-nginx
kubectl delete rc my-nginx
```
### Exposing your pods to the internet.