Skip to content

Commit 5af46c2

Browse files
committed
Incorp PM PR
1 parent dde7f90 commit 5af46c2

File tree

4 files changed

+5
-7
lines changed

4 files changed

+5
-7
lines changed

AKS-Hybrid/create-storage-classes.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ ms.custom: references_regions
1212

1313
# Create and use storage classes (preview)
1414

15-
This article describes how to create and use storage classes in AKS enabled by Arc.
15+
This article describes how to create and use Azure Arc-enabled storage classes for AKS on Azure Stack HCI 23H2.
1616

1717
## Prerequisites
1818

19-
To use the storage classes feature, you must have an AKS Arc cluster in the following currently available regions:
19+
To use the storage classes feature, you must have an AKS Arc cluster running, and in the following currently available regions:
2020

2121
- East US (eastus)
2222
- West Europe (westeurope)
@@ -35,7 +35,7 @@ az extension add --name k8s-runtime
3535

3636
## [Azure portal](#tab/portal)
3737

38-
During the preview, our publicly available portal extension is behind the feature flag `managedstorageclass` of the `Microsoft_Azure_HybridCompute` extension. [Use this link to show the link for provisioned clusters](https://portal.azure.com/?Microsoft_Azure_HybridCompute_managedstorageclass=true). The example in this article uses a provisioned cluster for demonstration purposes.
38+
During the preview, our publicly available portal extension only targets [provisioned clusters](https://portal.azure.com/?Microsoft_Azure_HybridCompute_managedstorageclass=true) and is behind the feature flag `managedstorageclass` of the `Microsoft_Azure_HybridCompute` extension.
3939

4040
### Enable the service
4141

@@ -235,7 +235,7 @@ When a storage class is updated, if all the properties that changed are updatabl
235235
| `password` | `string` \| `undefined` (secret) | **Yes** | Server password. |
236236
| `domain` | `string` \| `undefined` | **Yes** | Server domain. |
237237

238-
### AksArcDisk (only for AKS Arc clusters)
238+
### AksArcDisk
239239

240240
You can create a storage class that uses custom disks. This process is only for AKS Arc clusters. See [Create custom storage class for disks](container-storage-interface-disks.md?tabs=23H2#create-custom-storage-class-for-disks).
241241

Binary file not shown.
157 KB
Loading

AKS-Hybrid/storage-class-overview.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.topic: conceptual
1515

1616
Storage is key to most applications. Kubernetes uses *storage classes* to describe classes (types) of storage. Pods use storage classes to request storage, and when the pod is up and running, volumes of requested storage classes are mounted to the pod so that the pod can access their contents. Implementation details, including how the volumes are provisioned and mounted, and how the files are stored, are handled by storage addons to the storage class.
1717

18-
*Container Storage Interface (CSI)* is the interface that Kubernetes uses to handle different storage classes. Different storage types provide storage addons that implement the CSI for specific storage classes.
18+
*Container Storage Interface (CSI)* is the interface that Kubernetes uses to handle different storage classes. Different storage types provide storage addons (also known as CSI drivers) that implement the CSI for specific storage classes.
1919

2020
The following diagram shows the relationships among pods, volumes, storage classes, storage addons, and actual storage infrastructures:
2121

@@ -27,8 +27,6 @@ By default, a new Kubernetes cluster only supports the local disk storage class,
2727

2828
Storage is important for any running systems, so most companies might have already set up storage infrastructures for existing systems. The Arc storage service provides a unified experience for creating storage classes on top of existing storage. With the Arc Storage Class service, cluster administrators only need to specify the name and type of the storage class to be created, and Arc Storage Class installs storage classes and their respective CSI components into their clusters. The installed components are managed by Azure, so updates are automatically installed and security vulnerabilities are automatically fixed.
2929

30-
:::image type="content" source="media/storage-class-overview/create-storage-class.gif" alt-text="Screenshot showing how to create a storage class on Azure portal.":::
31-
3230
### Scenario 1: Connect to existing NAS
3331

3432
You might be already using network-attached storage (NAS) for storage pool and high availability capabilities. By default, Kubernetes can't use NAS for storage. With the Arc Storage Class service, you can easily create an NFS storage class that connects to your existing NAS using the standard NFS protocol that NAS devices should support. You can also create multiple NFS storage classes to connect to different NAS devices.

0 commit comments

Comments
 (0)