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
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
b898211c22
commit
7d7ec43842
+3
-1
@@ -170,7 +170,9 @@ kubectl delete pvc task-pv-claim
|
|||||||
kubectl delete pv task-pv-volume
|
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
|
```shell
|
||||||
sudo rm -rf /mnt/data
|
sudo rm -rf /mnt/data
|
||||||
|
|||||||
Reference in New Issue
Block a user