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:
Victor Ude 2019-08-06 19:18:53 -05:00 committed by Kubernetes Prow Robot
parent 306a6201b8
commit 088bc912d3
1 changed files with 5 additions and 0 deletions

View File

@ -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 %}}