You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/storage/container-storage/use-container-storage-with-managed-disks.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ ms.custom: references_regions
11
11
12
12
# Use Azure Container Storage with Azure managed disks
13
13
14
-
[Azure Container Storage](container-storage-introduction.md) is a cloud-based volume management, deployment, and orchestration service built natively for containers. This article shows you how to configure Azure Container Storage to use Azure managed disks as back-end storage for your Kubernetes workloads. At the end, you'll have a pod that's using Azure managed disks as its storage.
14
+
[Azure Container Storage](container-storage-introduction.md) is a cloud-based volume management, deployment, and orchestration service built natively for containers. This article shows you how to configure Azure Container Storage to use Azure managed disks as back-end storage for your Kubernetes workloads. At the end, you have a pod that's using Azure managed disks as its storage.
15
15
16
16
## Prerequisites
17
17
@@ -87,7 +87,7 @@ Follow these steps to create a dynamic storage pool for Azure Disks.
87
87
kubectl apply -f acstor-storagepool.yaml
88
88
```
89
89
90
-
When storage pool creation is complete, you'll see a message like:
90
+
When storage pool creation is complete, you see a message like:
91
91
92
92
```output
93
93
storagepool.containerstorage.azure.com/azuredisk created
@@ -99,7 +99,7 @@ Follow these steps to create a dynamic storage pool for Azure Disks.
99
99
kubectl describe sp <storage-pool-name> -n acstor
100
100
```
101
101
102
-
When the storage pool is created, Azure Container Storage will create a storage class on your behalf, using the naming convention `acstor-<storage-pool-name>`. Now you can [display the available storage classes](#2-display-the-available-storage-classes) and [create a persistent volume claim](#3-create-a-persistent-volume-claim).
102
+
When the storage pool is created, Azure Container Storage creates a storage class on your behalf, using the naming convention `acstor-<storage-pool-name>`. Now you can [display the available storage classes](#2-display-the-available-storage-classes) and [create a persistent volume claim](#3-create-a-persistent-volume-claim).
103
103
104
104
#### Create a pre-provisioned storage pool
105
105
@@ -125,7 +125,7 @@ $ az aks show --resource-group <resourceGroup> --name <clusterName> --query "ide
125
125
a972fa43-1234-5678-1234-c040eb546ec5
126
126
```
127
127
128
-
1. Grant “Contributor” role of the disk to the cluster managed identity. Go to: Portal > Your disk > Access control (IAM) > Add role assignment > Select “Contributor” role and assign to the identity. It’s not required when your disk is created under AKS managed resource group (Example: MC_myResourceGroup_myAKSCluster_eastus).
128
+
1. Grant **Contributor** role of the disk to the cluster managed identity. Go to: Portal > Your disk > Access control (IAM) > Add role assignment, and select **Contributor** role and assign to the identity. It’s not required when your disk is created under AKS managed resource group (Example: MC_myResourceGroup_myAKSCluster_eastus).
129
129
130
130
1. Find identity of the system node pool
131
131
@@ -136,7 +136,7 @@ $ az identity show --resource-group $nodeResourceGroup --output tsv --subscripti
136
136
eb25d20f-1234-4ed5-1234-cef16f5bfe93
137
137
```
138
138
139
-
1. Grant “Disk Pool Operator” role on your disk, to the identity. Go to: Portal > Your Disk > Access control (IAM) > Add role assignment > Select “Disk Pool Operator” role and assign to the identity.
139
+
1. Grant **Disk Pool Operator** role on your disk, to the identity. Go to: Portal > Your Disk > Access control (IAM) > Add role assignment, and select **Disk Pool Operator** role and assign to the identity.
140
140
141
141
Follow these steps to create a pre-provisioned storage pool for Azure Disks.
142
142
@@ -168,7 +168,7 @@ Follow these steps to create a pre-provisioned storage pool for Azure Disks.
168
168
kubectl apply -f acstor-storagepool.yaml
169
169
```
170
170
171
-
When storage pool creation is complete, you'll see a message like:
171
+
When storage pool creation is complete, you see a message like:
172
172
173
173
```output
174
174
storagepool.containerstorage.azure.com/sp-preprovisioned created
@@ -180,7 +180,7 @@ Follow these steps to create a pre-provisioned storage pool for Azure Disks.
180
180
kubectl describe sp <storage-pool-name> -n acstor
181
181
```
182
182
183
-
When the storage pool is created, Azure Container Storage will create a storage class on your behalf, using the naming convention `acstor-<storage-pool-name>`. Now you can [display the available storage classes](#2-display-the-available-storage-classes) and [create a persistent volume claim](#3-create-a-persistent-volume-claim).
183
+
When the storage pool is created, Azure Container Storage creates a storage class on your behalf, using the naming convention `acstor-<storage-pool-name>`. Now you can [display the available storage classes](#2-display-the-available-storage-classes) and [create a persistent volume claim](#3-create-a-persistent-volume-claim).
184
184
185
185
#### Create a dynamic storage pool using your own encryption key (optional)
186
186
@@ -228,7 +228,7 @@ Follow these steps to create a storage pool using your own encryption key. All p
228
228
kubectl apply -f acstor-storagepool-cmk.yaml
229
229
```
230
230
231
-
When storage pool creation is complete, you'll see a message like:
231
+
When storage pool creation is complete, you see a message like:
232
232
233
233
```output
234
234
storagepool.containerstorage.azure.com/azuredisk created
@@ -240,7 +240,7 @@ Follow these steps to create a storage pool using your own encryption key. All p
240
240
kubectl describe sp <storage-pool-name> -n acstor
241
241
```
242
242
243
-
When the storage pool is created, Azure Container Storage will create a storage class on your behalf, using the naming convention `acstor-<storage-pool-name>`.
243
+
When the storage pool is created, Azure Container Storage creates a storage class on your behalf, using the naming convention `acstor-<storage-pool-name>`.
244
244
245
245
### 2. Display the available storage classes
246
246
@@ -392,7 +392,7 @@ Follow these instructions to expand an existing storage pool for Azure Disks.
392
392
```
393
393
394
394
> [!NOTE]
395
-
> If you have two disks in a storage pool with a capacity of 1 TiB each, and you edit the YAML manifest file to read `storage: 4Ti`, both disks will be expanded to 2 TiB when the YAML is applied, giving you a new total capacity of 4 TiB.
395
+
> If you have two disks in a storage pool with a capacity of 1 TiB each, and you edit the YAML manifest file to read `storage: 4Ti`, both disks are expanded to 2 TiB when the YAML is applied, giving you a new total capacity of 4 TiB.
396
396
397
397
1. Apply the YAML manifest file to expand the storage pool.
0 commit comments