Skip to content

Commit ef5dc63

Browse files
Merge pull request #257587 from khdownie/patch-1
Update use-container-storage-with-local-disk.md
2 parents f5c7bb5 + 6690978 commit ef5dc63

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

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

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Configure Azure Container Storage Preview for use with Ephemeral Di
44
author: khdownie
55
ms.service: azure-container-storage
66
ms.topic: how-to
7-
ms.date: 09/07/2023
7+
ms.date: 11/06/2023
88
ms.author: kendownie
99
ms.custom: references_regions
1010
---
@@ -30,7 +30,11 @@ ms.custom: references_regions
3030

3131
## Create a storage pool
3232

33-
First, create a storage pool, which is a logical grouping of storage for your Kubernetes cluster, by defining it in a YAML manifest file. Follow these steps to create a storage pool using local disk.
33+
First, create a storage pool, which is a logical grouping of storage for your Kubernetes cluster, by defining it in a YAML manifest file.
34+
35+
If you enabled Azure Container Storage using `az aks create` or `az aks update` commands, you might already have a storage pool. Use `kubectl get sp -n acstor` to get the list of storage pools. If you have a storage pool already available that you want to use, you can skip this section and proceed to [Display the available storage classes](#display-the-available-storage-classes).
36+
37+
Follow these steps to create a storage pool using local disk.
3438

3539
1. Use your favorite text editor to create a YAML manifest file such as `code acstor-storagepool.yaml`.
3640

0 commit comments

Comments
 (0)