Skip to content

Commit

Permalink
Re-use text from start of the task with small tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
vadasambar authored Oct 10, 2019
1 parent 39466cf commit b1bb1d2
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
```

Open the shell to the Node (if you are using minikube, do `minikube ssh`) and 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 b1bb1d2

Please sign in to comment.