Skip to content

Commit bbc3fb4

Browse files
authored
Use HTTP link to Github tag release
This will ensure the link points to correct content on GitHub if the file changes in Kubernetes in the future.
1 parent 459d8b4 commit bbc3fb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ The following example demonstrates how to mount a Blob storage container as a pe
109109
protocol: nfs
110110
```
111111
> [!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.
112+
> While the [Kubernetes API](https://github.com/kubernetes/kubernetes/blob/release-1.26/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)