Skip to content

Commit de5fbdb

Browse files
committed
updates to acstor
1 parent 3e12173 commit de5fbdb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-arc/container-storage/install-edge-volumes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ kubectl patch meshconfig osm-mesh-config \
3232
Install the Azure Container Storage enabled by Azure Arc extension using the following command:
3333

3434
```azurecli
35-
az k8s-extension create --resource-group "${YOUR-RESOURCE-GROUP}" --cluster-name "${YOUR-CLUSTER-NAME}" --cluster-type connectedClusters --name esa --extension-type microsoft.arc.containerstorage
35+
az k8s-extension create --resource-group "${YOUR-RESOURCE-GROUP}" --cluster-name "${YOUR-CLUSTER-NAME}" --cluster-type connectedClusters --name acsa --extension-type microsoft.arc.containerstorage
3636
```
3737

3838
> [!NOTE]
@@ -91,7 +91,7 @@ If you run a 3 or more node Kubernetes cluster with **Ubuntu** or **Edge Essenti
9191
name: edge-storage-configuration
9292
spec:
9393
defaultDiskStorageClasses:
94-
- acstor-arcstorage-storage-pool
94+
- acstor-arccontainerstorage-storage-pool
9595
serviceMesh: "osm"
9696
---
9797
apiVersion: arccontainerstorage.azure.net/v1

0 commit comments

Comments
 (0)