From 7d7ec438428b6cd2740657dfe1ca7e3ec86759a8 Mon Sep 17 00:00:00 2001 From: Suraj Banakar <34534103+vadasambar@users.noreply.github.com> Date: Tue, 15 Oct 2019 03:51:51 +0530 Subject: [PATCH] Add info about logging into shell before removing /mnt/data (#16723) * Add info about logging into shell before removing /mnt/data details ---------- - rm -rf should be run after logging into the node shell * Re-use text from start of the task with small tweaks --- .../configure-persistent-volume-storage.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 7b15ad46d1..78f322cb10 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