Skip to content

Commit 50f14fe

Browse files
committed
removing default option
1 parent c6e4a0b commit 50f14fe

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

articles/storage/container-storage/container-storage-aks-quickstart.md

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to install Azure Container Storage Preview on an Azure Ku
44
author: khdownie
55
ms.service: azure-container-storage
66
ms.topic: quickstart
7-
ms.date: 08/02/2023
7+
ms.date: 08/03/2023
88
ms.author: kendownie
99
ms.custom: devx-track-azurecli
1010
---
@@ -40,23 +40,17 @@ Follow these instructions to install Azure Container Storage on your AKS cluster
4040
chmod +x acstor-install.sh
4141
```
4242

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 script and specify the parameters.
4444

4545
| **Flag** | **Parameter** | **Description** |
4646
|----------|----------------|-------------|
4747
| -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.|
4949
| -c  | --cluster-name | The name of the cluster where Azure Container Storage is to be installed.|
5050
| -n  | --nodepool-name | The name of the nodepool. Defaults to the first nodepool in the cluster.|
5151
| -r  | --release-train | The release train for the installation. Defaults to prod.|
5252

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:
53+
For example:
6054

6155
```bash
6256
bash ./acstor-install.sh -g <resource-group-name> -s <subscription-id> -c <cluster-name> -n <nodepool-name> -r <release-train-name>

0 commit comments

Comments
 (0)