From 214e2bfe74756b156344688aa9666564662d3fda Mon Sep 17 00:00:00 2001 From: Milos Tomic Date: Fri, 5 Jul 2024 14:40:17 +0200 Subject: [PATCH] docs: changes per review request --- docs/user/tutorials/01-10-aws-nfs-volume.md | 58 ++++++++++----------- 1 file changed, 29 insertions(+), 29 deletions(-) diff --git a/docs/user/tutorials/01-10-aws-nfs-volume.md b/docs/user/tutorials/01-10-aws-nfs-volume.md index c4bcbc112..9b849f04c 100644 --- a/docs/user/tutorials/01-10-aws-nfs-volume.md +++ b/docs/user/tutorials/01-10-aws-nfs-volume.md @@ -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 + ```