diff --git a/content/en/docs/tasks/configure-pod-container/configure-persistent-volume-storage.md b/content/en/docs/tasks/configure-pod-container/configure-persistent-volume-storage.md index 7b15ad46d1070..78f322cb10dc7 100644 --- a/content/en/docs/tasks/configure-pod-container/configure-persistent-volume-storage.md +++ b/content/en/docs/tasks/configure-pod-container/configure-persistent-volume-storage.md @@ -170,7 +170,9 @@ kubectl delete pvc task-pv-claim kubectl delete pv task-pv-volume ``` -Remove the file: +Open the shell to the Node in your cluster again (how you open a shell depends on how +you set up your cluster. For example, if you are using Minikube, you can open a +shell to your Node by entering `minikube ssh`) and remove the file: ```shell sudo rm -rf /mnt/data