Explain how to cleanup the created pod (#15698)
* Explain how to cleanup the created pod I'm still learning. Feel free to provide a better example. * Update configure-redis-using-configmap.md
This commit is contained in:
parent
306a6201b8
commit
088bc912d3
|
@ -99,6 +99,11 @@ kubectl exec -it redis redis-cli
|
|||
2) "allkeys-lru"
|
||||
```
|
||||
|
||||
Delete the created pod:
|
||||
```shell
|
||||
kubectl delete pod redis
|
||||
```
|
||||
|
||||
{{% /capture %}}
|
||||
|
||||
{{% capture whatsnext %}}
|
||||
|
|
Loading…
Reference in New Issue