From 088bc912d36a8c8e3530be2c7eda6901e7e43ae0 Mon Sep 17 00:00:00 2001 From: Victor Ude Date: Tue, 6 Aug 2019 19:18:53 -0500 Subject: [PATCH] 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 --- .../configuration/configure-redis-using-configmap.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/content/en/docs/tutorials/configuration/configure-redis-using-configmap.md b/content/en/docs/tutorials/configuration/configure-redis-using-configmap.md index 3603f2e6d7..8e2c9a924c 100644 --- a/content/en/docs/tutorials/configuration/configure-redis-using-configmap.md +++ b/content/en/docs/tutorials/configuration/configure-redis-using-configmap.md @@ -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 %}}