Skip to content

Commit 5ec5939

Browse files
Merge pull request #276804 from fhryo-msft/patch-28
Update use-container-storage-with-local-disk.md
2 parents ee63833 + d05a3be commit 5ec5939

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,12 @@ When the storage pool is ready to use, you must select a storage class to define
137137

138138
Run `kubectl get sc` to display the available storage classes. You should see a storage class called `acstor-<storage-pool-name>`.
139139

140+
```output
141+
$ kubectl get sc | grep "^acstor-"
142+
acstor-azuredisk-internal disk.csi.azure.com Retain WaitForFirstConsumer true 65m
143+
acstor-ephemeraldisk containerstorage.csi.azure.com Delete WaitForFirstConsumer true 2m27s
144+
```
145+
140146
> [!IMPORTANT]
141147
> Don't use the storage class that's marked **internal**. It's an internal storage class that's needed for Azure Container Storage to work.
142148

0 commit comments

Comments
 (0)