Commit a71b2f28 authored by feihujiang's avatar feihujiang

Use kubectl delete to replace stop in an example

parent ae81f0b5
...@@ -59,10 +59,10 @@ You can also see the replication controller that was created: ...@@ -59,10 +59,10 @@ You can also see the replication controller that was created:
kubectl get rc kubectl get rc
``` ```
To stop the two replicated containers, stop the replication controller: To delete the two replicated containers, delete the replication controller:
```bash ```bash
kubectl stop rc my-nginx kubectl delete rc my-nginx
``` ```
### Exposing your pods to the internet. ### Exposing your pods to the internet.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment