Skip to content

Commit daef92e

Browse files
committed
added storage pool note
1 parent 1a34e03 commit daef92e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

articles/storage/container-storage/use-container-storage-with-managed-disks.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Configure Azure Container Storage Preview for use with Azure manage
44
author: khdownie
55
ms.service: azure-container-storage
66
ms.topic: how-to
7-
ms.date: 11/03/2023
7+
ms.date: 11/06/2023
88
ms.author: kendownie
99
ms.custom: references_regions
1010
---
@@ -29,6 +29,8 @@ ms.custom: references_regions
2929

3030
First, create a storage pool, which is a logical grouping of storage for your Kubernetes cluster, by defining it in a YAML manifest file.
3131

32+
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).
33+
3234
> [!IMPORTANT]
3335
> If you want to use your own keys to encrypt your volumes instead of using Microsoft-managed keys, don't create your storage pool using the steps in this section. Instead, go to [Enable server-side encryption with customer-managed keys](#enable-server-side-encryption-with-customer-managed-keys) and follow the steps there.
3436

0 commit comments

Comments
 (0)