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
Copy file name to clipboardExpand all lines: articles/storage/container-storage/container-storage-aks-quickstart.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: Learn how to install Azure Container Storage Preview for use with A
4
4
author: khdownie
5
5
ms.service: azure-container-storage
6
6
ms.topic: quickstart
7
-
ms.date: 07/06/2023
7
+
ms.date: 07/24/2023
8
8
ms.author: kendownie
9
9
ms.custom: devx-track-azurecli
10
10
---
@@ -196,7 +196,7 @@ The initial install uses Azure Arc CLI commands to download a new extension. Rep
196
196
During installation, you might be asked to install the `k8s-extension`. Select **Y**.
197
197
198
198
```azurecli-interactive
199
-
az k8s-extension create --cluster-type managedClusters --cluster-name <cluster name> --resource-group <resource group name> --name <name of extension> --extension-type microsoft.azurecontainerstorage --scope cluster --release-train prod --release-namespace acstor
199
+
az k8s-extension create --cluster-type managedClusters --cluster-name <cluster name> --resource-group <resource group name> --name <name of extension> --extension-type microsoft.azurecontainerstorage --scope cluster --release-train stable --release-namespace acstor
200
200
```
201
201
202
202
Installation takes 10-15 minutes to complete. You can check if the installation completed correctly by running the following command and ensuring that `provisioningState` says **Succeeded**:
0 commit comments