Skip to content

Commit 495b00e

Browse files
authored
Add installation note for Azure Container Storage
Added instructions for installing Azure Container Storage before creating a storage class for local NVMe.
1 parent aa5dec7 commit 495b00e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

articles/storage/container-storage/use-container-storage-with-local-disk.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ nodepool1 standard_l8s_v3
6666
6767
## Create a storage class for local NVMe
6868

69+
If you haven't already done so, [install Azure Container Storage.](install-container-storage-aks.md)
70+
6971
Azure Container Storage (version 2.x.x) presents local NVMe as a standard Kubernetes storage class. Create the `local` storage class once per cluster and reuse it for both generic ephemeral volumes and persistent volume claims.
7072

7173
1. Use your favorite text editor to create a YAML manifest file such as `storageclass.yaml`, then paste in the following specification.

0 commit comments

Comments
 (0)