mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-24 20:24:09 +00:00
Merge pull request #14631 from feihujiang/replaceKubectlStopExample
Auto commit by PR queue bot
This commit is contained in:
commit
08d1b8de1c
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user