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: AKS-Hybrid/create-storage-classes.md
+2-18Lines changed: 2 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ Storage classes in AKS enabled by Azure Arc are supported in the following regio
24
24
- westus
25
25
- westus2
26
26
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:
28
28
29
29
```azurecli
30
30
$rg = "<rg>"
@@ -55,11 +55,7 @@ Select your cluster, then select **Storage classes (preview)** from menu to ente
55
55
56
56
:::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":::
57
57
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.
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.
63
59
64
60
:::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":::
65
61
@@ -113,16 +109,10 @@ If your AKS Arc instance doesn't have the built-in NFS CSI feature enabled, an e
113
109
114
110
After you complete the form in the **Basics** tab, you can optionally specify advanced options under the **Advanced** tab.
115
111
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
-
118
112
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.
119
113
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
-
122
114
After the Azure Resource Manager deployment completes, a new storage class with specified name is created in the cluster.
123
115
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
-
126
116
:::image type="content" source="media/create-storage-classes/storage-summary.png" alt-text="Screenshot of portal showing storage summary":::
127
117
128
118
#### [Azure CLI](#tab/cli)
@@ -150,8 +140,6 @@ Select **SMB** in the **Type** dropdown under the **Storage Class Type** section
150
140
151
141
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.
152
142
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
-
155
143
#### [Azure CLI](#tab/cli)
156
144
157
145
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
174
162
175
163
:::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":::
176
164
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
-
179
165
#### [Azure CLI](#tab/cli)
180
166
181
167
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
0 commit comments