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 ```