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
+4-10Lines changed: 4 additions & 10 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 on an Azure Ku
4
4
author: khdownie
5
5
ms.service: azure-container-storage
6
6
ms.topic: quickstart
7
-
ms.date: 08/02/2023
7
+
ms.date: 08/03/2023
8
8
ms.author: kendownie
9
9
ms.custom: devx-track-azurecli
10
10
---
@@ -40,23 +40,17 @@ Follow these instructions to install Azure Container Storage on your AKS cluster
40
40
chmod +x acstor-install.sh
41
41
```
42
42
43
-
1. Run the installation script. Only the resource group name is required. All other parameters are optional and will default to the values from your configuration.
43
+
1. Run the installation scriptand specify the parameters.
44
44
45
45
|**Flag**|**Parameter**|**Description**|
46
46
|----------|----------------|-------------|
47
47
| -s | --subscription | The subscription identifier. Defaults to the current subscription.|
48
-
| -g | --resource-group | The resource group name (required).|
48
+
| -g | --resource-group | The resource group name.|
49
49
| -c | --cluster-name | The name of the cluster where Azure Container Storage is to be installed.|
50
50
| -n | --nodepool-name | The name of the nodepool. Defaults to the first nodepool in the cluster.|
51
51
| -r | --release-train | The release train for the installation. Defaults to prod.|
52
52
53
-
If you want to use default values, the command looks like this:
54
-
55
-
```bash
56
-
bash ./acstor-install.sh -g <resource-group-name>
57
-
```
58
-
59
-
If you prefer to specify the values, the command looks like this:
0 commit comments