Skip to content

Commit 3bbece2

Browse files
authored
Merge pull request #47606 from andresnava/patch-8
Small grammar updates
2 parents 0a80461 + 7c3159a commit 3bbece2

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

articles/aks/azure-nfs-volume.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Your AKS Cluster will need to live in the same or peered virtual networks as the
2323

2424
The steps for configuring with an existing VNET are described in the documentation: [creating AKS Cluster in existing VNET][aks-virtual-network] and [connecting virtual networks with VNET peering][peer-virtual-networks]
2525

26-
It also assumes you've created an Ubuntu Linux Virtual Machine (for example, 18.04 LTS). Settings and size can be to your liking and can be deployed through Azure. For Linux quickstart, see [linux VM management][linux-create].
26+
It also assumes you've created an Ubuntu Linux Virtual Machine (for example, 18.04 LTS). Settings and size can be to your liking and can be deployed through Azure. For Linux quickstart, see [Linux VM management][linux-create].
2727

2828
If you deploy your AKS Cluster first, Azure will automatically populate the virtual network field when deploying your Ubuntu machine, making them live within the same VNET. But if you want to work with peered networks instead, consult the documentation above.
2929

@@ -70,7 +70,7 @@ echo "/export localhost(rw,async,insecure,fsid=0,crossmnt,no_subtree_chec
7070

7171
nohup service nfs-kernel-server restart
7272
```
73-
The server will restart (because of the script) and you can mount the NFS Server to AKS
73+
The server will restart (because of the script) and you can mount the NFS Server to AKS.
7474

7575
>[!IMPORTANT]
7676
>Make sure to replace the **AKS_SUBNET** with the correct one from your cluster or else "*" will open your NFS Server to all ports and connections.
@@ -89,8 +89,9 @@ chmod +x ~/nfs-server-setup.sh
8989
```
9090

9191
## Connecting AKS Cluster to NFS Server
92-
We can connect the NFS Server to our cluster by provisioning a persistent volume and persistent volume claim that specifies how to access the volume.
93-
Connecting the two services in the same or peered virtual networks is necessary. Instructions for setting up the cluster in the same VNET are here: [creating AKS Cluster in existing VNET][aks-virtual-network]
92+
We can connect the NFS Server to our cluster by provisioning a persistent volume and persistent volume claim that specifies how to access the volume.
93+
94+
Connecting the two services in the same or peered virtual networks is necessary. Instructions for setting up the cluster in the same VNET are here: [Creating AKS Cluster in existing VNET][aks-virtual-network]
9495

9596
Once they are in the same virtual network (or peered), you need to provision a persistent volume and a persistent volume claim in your AKS Cluster. The containers can then mount the NFS drive to their local directory.
9697

0 commit comments

Comments
 (0)