Skip to content

Commit 459d8b4

Browse files
authored
Address review comments from MGoedtel
1 parent 44c2830 commit 459d8b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/aks/azure-csi-blob-storage-static.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,8 @@ The following example demonstrates how to mount a Blob storage container as a pe
108108
containerName: containerName
109109
protocol: nfs
110110
```
111-
> [!NOTE]
112-
> The value `spec.capacity.storage` is mandatory in the [Kubernetes API](https://github.com/kubernetes/kubernetes/blob/master/pkg/apis/core/types.go#L303-L306), but this value is not used by the `blob.csi.azure.com` driver because you can flexibly write data until you reach the limit of your storage account capacity. The value is used only for size matching between `PersistentVolumes` and `PersistentVolumeClaims` so we suggest to use a fictitious high value. The Pod will see a mounted volume with a fictitious size of 5Petabytes.
111+
> [!NOTE]
112+
> While the [Kubernetes API](https://github.com/kubernetes/kubernetes/blob/master/pkg/apis/core/types.go#L303-L306) **capacity** attribute is mandatory, this value isn't used by the Azure Blob storage CSI driver because you can flexibly write data until you reach your storage account's capacity limit. The value of the `capacity` attribute is used only for size matching between *PersistentVolumes* and *PersistenVolumeClaims*. We recommend using a fictitious high value. The pod sees a mounted volume with a fictitious size of 5 Petabytes.
113113

114114
2. Run the following command to create the persistent volume using the `kubectl create` command referencing the YAML file created earlier:
115115

0 commit comments

Comments
 (0)