Skip to content

Commit

Permalink
clean up the environment
Browse files Browse the repository at this point in the history
  • Loading branch information
diguage committed Sep 18, 2019
1 parent 67c20b3 commit 62ac1c5
Showing 1 changed file with 16 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,22 @@ When a Pod consumes a PersistentVolume, the GIDs associated with the
PersistentVolume are not present on the Pod resource itself.
{{< /note >}}
## Clean up
Delete the Pod, the PersistentVolumeClaim and the PersistentVolume:
```shell
kubectl delete pod task-pv-pod
kubectl delete pvc task-pv-claim
kubectl delete pv task-pv-volume
```

Remove the file:

```shell
sudo rm -rf /mnt/data
```

{{% /capture %}}


Expand Down

0 comments on commit 62ac1c5

Please sign in to comment.