Skip to content

Commit 8afe393

Browse files
committed
Update images
1 parent 4dc29d8 commit 8afe393

15 files changed

+4
-20
lines changed

AKS-Hybrid/create-storage-classes.md

Lines changed: 2 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Storage classes in AKS enabled by Azure Arc are supported in the following regio
2424
- westus
2525
- westus2
2626

27-
During the preview, we recommend that you have an AKS Arc cluster in order to use this feature. If you don't have an AKS Arc cluster, you can also try this feature with any Arc-connected cluster. The following commands create an AKS instance and a connected cluster on top of it using Azure CLI:
27+
During the preview, we recommend that you have an AKS Arc cluster in order to use this feature. If you don't have an AKS Arc cluster, you can also try this feature with any Arc-connected cluster. The following Azure CLI commands create an AKS instance and a connected cluster on top of that instance:
2828

2929
```azurecli
3030
$rg = "<rg>"
@@ -55,11 +55,7 @@ Select your cluster, then select **Storage classes (preview)** from menu to ente
5555

5656
:::image type="content" source="media/create-storage-classes/enable-service.png" alt-text="Screenshot showing enable storage classes service on portal." lightbox="media/create-storage-classes/enable-service.png":::
5757

58-
It might take a few minutes to enable the service in your cluster.
59-
60-
:::image type="content" source="media/create-storage-classes/portal-enabling-service.png" alt-text="Screenshot showing portal enabling storage class service." lightbox="media/create-storage-classes/portal-enabling-service.png":::
61-
62-
When it's ready, the UI looks similar to the following screenshot. Your storage classes and their detected attributes are uploaded to the cloud when they're ready.
58+
It might take a few minutes to enable the service in your cluster. When it's ready, the UI looks similar to the following screenshot. Your storage classes and their detected attributes are uploaded to the cloud when they're ready.
6359

6460
:::image type="content" source="media/create-storage-classes/storage-classes-summary.png" alt-text="Screenshot showing summary of storage classes on portal." lightbox="media/create-storage-classes/storage-classes-summary.png":::
6561

@@ -113,16 +109,10 @@ If your AKS Arc instance doesn't have the built-in NFS CSI feature enabled, an e
113109

114110
After you complete the form in the **Basics** tab, you can optionally specify advanced options under the **Advanced** tab.
115111

116-
:::image type="content" source="media/create-storage-classes/nfs-advanced-properties.png" alt-text="Screenshot of portal showing storage class advanced properties." lightbox="media/create-storage-classes/nfs-advanced-properties.png":::
117-
118112
Select **Review + Create** at the bottom of the tab, wait for validation to complete, review the configuration for the storage class, and then select **Create** to create it.
119113

120-
:::image type="content" source="media/create-storage-classes/create-storage-class-summary.png" alt-text="Screenshot of portal showing summary of create storage class." lightbox="media/create-storage-classes/create-storage-class-summary.png":::
121-
122114
After the Azure Resource Manager deployment completes, a new storage class with specified name is created in the cluster.
123115

124-
:::image type="content" source="media/create-kubernetes-cluster/deployment-complete.png" alt-text="Screenshot of portal showing completed deployment." lightbox="media/create-kubernetes-cluster/deployment-complete.png":::
125-
126116
:::image type="content" source="media/create-storage-classes/storage-summary.png" alt-text="Screenshot of portal showing storage summary":::
127117

128118
#### [Azure CLI](#tab/cli)
@@ -150,8 +140,6 @@ Select **SMB** in the **Type** dropdown under the **Storage Class Type** section
150140

151141
If your AKS Arc instance doesn't have the built-in NFS CSI feature enabled, an error message is displayed, and you're unable to create an NFS storage class. [Follow these instructions](https://aka.ms/aks-arc-nfs-csi) to enable NFS CSI in your cluster, and then create the storage class again.
152142

153-
:::image type="content" source="media/create-storage-classes/create-storage-class-no-csi-smb.png" alt-text="Screenshot of portal showing SMB error when CSI not enabled." lightbox="media/create-storage-classes/create-storage-class-no-csi-smb.png":::
154-
155143
#### [Azure CLI](#tab/cli)
156144

157145
You can create an SMB storage class using Azure CLI:
@@ -174,8 +162,6 @@ You can create [a storage class for a custom disk](https://aka.ms/aks-arc-custom
174162

175163
:::image type="content" source="media/create-storage-classes/create-storage-class-aks-arc-disk.png" alt-text="Screenshot of portal showing create custom disk storage class." lightbox="media/create-storage-classes/create-storage-class-aks-arc-disk.png":::
176164

177-
:::image type="content" source="media/create-storage-classes/custom-disk-properties.png" alt-text="Screenshot of portal showing custom disk properties." lightbox="media/create-storage-classes/custom-disk-properties.png":::
178-
179165
#### [Azure CLI](#tab/cli)
180166

181167
You can create a storage class for a custom disk using Azure CLI:
@@ -215,8 +201,6 @@ To delete storage classes from a cluster using the portal, select the storage cl
215201

216202
:::image type="content" source="media/create-storage-classes/delete-portal.png" alt-text="Screenshot of portal showing delete storage classes." lightbox="media/create-storage-classes/delete-portal.png":::
217203

218-
:::image type="content" source="media/create-storage-classes/delete-confirm.png" alt-text="Screenshot of portal showing storage class delete confirmation." lightbox="media/create-storage-classes/delete-confirm.png":::
219-
220204
### [Azure CLI](#tab/cli)
221205

222206
You can delete a storage class using Azure CLI:
49 Bytes
Loading
1.29 KB
Loading
391 Bytes
Loading
1.63 KB
Loading
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)