File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
articles/azure-arc/container-storage Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ kubectl patch meshconfig osm-mesh-config \
32
32
Install the Azure Container Storage enabled by Azure Arc extension using the following command:
33
33
34
34
``` 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
36
36
```
37
37
38
38
> [ !NOTE]
@@ -91,7 +91,7 @@ If you run a 3 or more node Kubernetes cluster with **Ubuntu** or **Edge Essenti
91
91
name : edge-storage-configuration
92
92
spec :
93
93
defaultDiskStorageClasses :
94
- - acstor-arcstorage -storage-pool
94
+ - acstor-arccontainerstorage -storage-pool
95
95
serviceMesh : " osm"
96
96
---
97
97
apiVersion : arccontainerstorage.azure.net/v1
You can’t perform that action at this time.
0 commit comments