Clarify test resource deletion command

This commit is contained in:
Weilbyte 2021-04-15 13:43:50 +02:00
parent ee3f908c60
commit cedae1fee6
No known key found for this signature in database
GPG Key ID: E1EB2BFCF73B5B9F
1 changed files with 2 additions and 0 deletions

View File

@ -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. Now check your NFS Server for the `SUCCESS` inside the PVC's directory.
Delete the test resources:
```sh ```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 $ 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
``` ```