Skip to content

Commit eeb3f3e

Browse files
authored
Update instructions for using Azure Container Storage
Clarified installation requirements for Azure Container Storage and streamlined instructions for creating generic ephemeral volumes.
1 parent 495b00e commit eeb3f3e

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -145,9 +145,7 @@ local localdisk.csi.acstor.io Delete WaitForFirstConsumer true
145145

146146
## Create and attach generic ephemeral volumes
147147

148-
If you haven't already done so, [install Azure Container Storage.](install-container-storage-aks.md)
149-
150-
Follow these steps to create and attach a generic ephemeral volume using Azure Container Storage. Make sure the `local` storage class exists before you continue.
148+
Follow these steps to create and attach a generic ephemeral volume using Azure Container Storage. Make sure Azure Container Storage is [installed](install-container-storage-aks.md) and the `local` storage class exists before you continue.
151149

152150
### Deploy a pod with generic ephemeral volume
153151

@@ -212,7 +210,7 @@ While generic ephemeral volumes are recommended for ephemeral storage, Azure Con
212210
> [!NOTE]
213211
> Azure Container Storage (version 2.x.x) uses the new annotation `localdisk.csi.acstor.io/accept-ephemeral-storage: "true"` instead of the previous `acstor.azure.com/accept-ephemeral-storage: "true"`.
214212

215-
Make sure the `local` storage class you created earlier is available before deploying workloads that use it.
213+
Make sure Azure Container Storage is [installed](install-container-storage-aks.md) and the `local` storage class you created earlier is available before deploying workloads that use it.
216214

217215
### Deploy a stateful set with persistent volumes
218216

0 commit comments

Comments
 (0)