Skip to content

Commit

Permalink
Add info about logging into shell before removing /mnt/data (#16723)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
vadasambar authored and k8s-ci-robot committed Oct 14, 2019
1 parent b898211 commit 7d7ec43
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7d7ec43

Please sign in to comment.