From cedae1fee699e7fc769633910dfe2e24cc08b123 Mon Sep 17 00:00:00 2001 From: Weilbyte Date: Thu, 15 Apr 2021 13:43:50 +0200 Subject: [PATCH] Clarify test resource deletion command --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index eeb8a11e..e1204413 100644 --- a/README.md +++ b/README.md @@ -114,6 +114,8 @@ $ kubectl create -f https://raw.githubusercontent.com/kubernetes-sigs/nfs-subdir Now check your NFS Server for the `SUCCESS` inside the PVC's directory. +Delete the test resources: + ```sh $ kubectl delete -f https://raw.githubusercontent.com/kubernetes-sigs/nfs-subdir-external-provisioner/master/deploy/test-claim.yaml -f https://raw.githubusercontent.com/kubernetes-sigs/nfs-subdir-external-provisioner/master/deploy/test-pod.yaml ```