Skip to content

Commit

Permalink
docs: changes per review request
Browse files Browse the repository at this point in the history
  • Loading branch information
tmilos77 committed Jul 5, 2024
1 parent 1a37e05 commit 214e2bf
Showing 1 changed file with 29 additions and 29 deletions.
58 changes: 29 additions & 29 deletions docs/user/tutorials/01-10-aws-nfs-volume.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,32 +157,32 @@ This tutorial explains how to create ReadWriteMany (RWX) volumes in Amazon Web S
8. Clean up
* Remove the created workloads:
```shell
kubectl delete -n $NAMESPACE deployment awsnfsvolume-demo
```
* Remove the created configmap:
```shell
kubectl delete -n $NAMESPACE configmap my-script
```
* Remove the created awsnfsvolume:
```shell
kubectl delete -n $NAMESPACE awsnfsvolume my-vol
```
* Remove the created default iprange:
> [!NOTE]
> If you have other cloud resources using the default IpRange,
> skip this step, and do not delete the default IpRange.
```shell
kubectl delete -n kyma-system iprange default
```
* Remove the created namespace:
```shell
kubectl delete namespace $NAMESPACE
```
* Remove the created workloads:
```shell
kubectl delete -n $NAMESPACE deployment awsnfsvolume-demo
```
* Remove the created configmap:
```shell
kubectl delete -n $NAMESPACE configmap my-script
```
* Remove the created awsnfsvolume:
```shell
kubectl delete -n $NAMESPACE awsnfsvolume my-vol
```
* Remove the created default iprange:
> [!NOTE]
> If you have other cloud resources using the default IpRange,
> skip this step, and do not delete the default IpRange.
```shell
kubectl delete -n kyma-system iprange default
```
* Remove the created namespace:
```shell
kubectl delete namespace $NAMESPACE
```

0 comments on commit 214e2bf

Please sign in to comment.