From 94b835987a35b574746892467611fdf43dc868f1 Mon Sep 17 00:00:00 2001 From: Chen Hong Date: Sat, 4 Aug 2018 00:41:54 +0800 Subject: [PATCH] fill ## Clean up (#9744) --- .../en/docs/tasks/configure-pod-container/extended-resource.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/en/docs/tasks/configure-pod-container/extended-resource.md b/content/en/docs/tasks/configure-pod-container/extended-resource.md index 53484c9f45..48fdcf1126 100644 --- a/content/en/docs/tasks/configure-pod-container/extended-resource.md +++ b/content/en/docs/tasks/configure-pod-container/extended-resource.md @@ -120,9 +120,10 @@ extended-resource-demo-2 0/1 Pending 0 6m ## Clean up -Delete the Pod that you created for this exercise: +Delete the Pods that you created for this exercise: ```shell +kubectl delete pod extended-resource-demo kubectl delete pod extended-resource-demo-2 ```