You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -122,6 +122,12 @@ Follow these guidelines when choosing a VM type for the cluster nodes. You must
122
122
123
123
## Install Azure Container Storage on your AKS cluster
124
124
125
+
If you already have a preview instance of Azure Container Storage running on your cluster, you can skip this section. However, we recommend updating to the latest generally available (GA) version by running the following command. Remember to replace `<cluster-name>` and `<resource-group>` with your own values.
If your AKS cluster meets the [VM requirements](#ensure-vm-type-for-your-cluster-meets-the-following-criteria), run the following command to install Azure Container Storage on the cluster and create a storage pool. Replace `<cluster-name>` and `<resource-group>` with your own values. Replace `<storage-pool-type>` with `azureDisk`, `ephemeralDisk`, or `elasticSan`. If you select `ephemeralDisk`, you can also specify `--storage-pool-option`, and the values can be `NVMe` or `Temp`.
126
132
127
133
Running this command will enable Azure Container Storage on the system node pool, which by default is named `nodepool1`\*. If you want to enable it on other node pools, see [Install Azure Container Storage on specific node pools](#install-azure-container-storage-on-specific-node-pools). If you want to specify additional storage pool parameters, see [this table](container-storage-faq.md#storage-pool-parameters).
**If I already have Azure Container Storage preview installed on my AKS cluster, how can I update to the latest GA version?**
28
+
If you have auto-upgrade turned on, Azure Container Storage will update to the latest version automatically. If you don't have auto-upgrade turned on, we recommend updating to the latest generally available (GA) version by running the following command. Remember to replace `<cluster-name>` and `<resource-group>` with your own values.
**Is there any performance impact when upgrading to a new version of Azure Container Storage?**
36
+
If you leave auto-upgrade turned on (recommended), you might experience temporary I/O latency during the upgrade process. If you turn off auto-upgrade and install the new version manually, there won't be any impact; however, you won't get the benefit of automatic upgrades and instant access to new features.
37
+
26
38
* <aid="storage-pool-parameters"></a>
27
39
**What parameters can I specify for the storage pool that's created when Azure Container Storage is installed with the `az aks create` command?**
28
40
Refer to [this article](container-storage-storage-pool-parameters.md) for the mandatory and optional storage pool parameters, along with their default values.
@@ -35,10 +47,6 @@ ms.custom: references_regions
35
47
**Does Azure Container Storage support read-write-many (RWX) workloads?**
36
48
Azure Container Storage doesn't support RWX workloads. However, Azure's first-party Files and Blob CSI drivers are great alternatives and fully supported.
37
49
38
-
* <aid="azure-container-storage-autoupgrade"></a>
39
-
**Is there any performance impact when upgrading to a new version of Azure Container Storage?**
40
-
If you leave autoupgrade turned on (recommended), you might experience temporary I/O latency during the upgrade process. If you turn off autoupgrade and install the new version manually, there won't be any impact; however, you won't get the benefit of automatic upgrades and instant access to new features.
41
-
42
50
* <aid="azure-container-storage-remove"></a>
43
51
**How do I remove Azure Container Storage?**
44
52
See [Remove Azure Container Storage](remove-container-storage.md).
Copy file name to clipboardExpand all lines: articles/storage/container-storage/container-storage-introduction.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ description: An overview of Azure Container Storage, a service built natively fo
4
4
author: khdownie
5
5
ms.service: azure-container-storage
6
6
ms.topic: overview
7
-
ms.date: 07/23/2024
7
+
ms.date: 07/24/2024
8
8
ms.author: kendownie
9
9
ms.custom:
10
10
- references_regions
@@ -17,7 +17,7 @@ Azure Container Storage is a cloud-based volume management, deployment, and orch
17
17
18
18
> [!IMPORTANT]
19
19
> Azure Container Storage isn't available in all Azure regions. See [regional availability](#regional-availability).
20
-
> Azure Container Storage is now generally available (GA) beginning with version 1.1.0. The GA version is recommended for production workloads. If you previously installed the Azure Container Storage preview and don't have autoupgrade enabled, be sure to update to the GA version.
20
+
> Azure Container Storage is now generally available (GA) beginning with version 1.1.0. The GA version is recommended for production workloads. If you previously installed the Azure Container Storage preview and don't have auto-upgrade enabled, be sure to [update to the GA version](container-storage-aks-quickstart.md#install-azure-container-storage-on-your-aks-cluster).
21
21
22
22
To get started using Azure Container Storage, see [Use Azure Container Storage with Azure Kubernetes Service](container-storage-aks-quickstart.md) or watch the video.
0 commit comments