mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-06 11:42:14 +00:00
Remove trace of "kubectl stop"
Remove doc and use of "kubectl stop" since it's deprecated.
This commit is contained in:
@@ -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.
|
||||
|
Reference in New Issue
Block a user