Skip to content

Commit 066700a

Browse files
authored
Merge pull request #34303 from lpettyjo/OSDOCS-2187
OSDOCS-2187: Azure Stack Hub CSI Operator (GA)
2 parents 367c7d3 + 61b22ce commit 066700a

File tree

3 files changed

+26
-0
lines changed

3 files changed

+26
-0
lines changed

_topic_map.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1163,6 +1163,8 @@ Topics:
11631163
File: persistent-storage-csi-ebs
11641164
- Name: Azure Disk CSI Driver Operator
11651165
File: persistent-storage-csi-azure
1166+
- Name: Azure Stack Hub CSI Driver Operator
1167+
File: persistent-storage-csi-azure-stack-hub
11661168
- Name: GCP PD CSI Driver Operator
11671169
File: persistent-storage-csi-gcp-pd
11681170
- Name: OpenStack Cinder CSI Driver Operator

modules/persistent-storage-csi-drivers-supported.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ The following table describes the CSI drivers that are installed with {product-t
1919
|AWS EBS | ✅ | - | ✅
2020
|Google Cloud Platform (GCP) persistent disk (PD) (Tech Preview)| ✅ | - | ✅
2121
|Microsoft Azure Disk (Tech Preview) | ✅ | ✅ | ✅
22+
|Microsoft Azure Stack Hub | - | - | -
2223
|OpenStack Cinder | ✅ | ✅ | ✅
2324
|OpenShift Container Storage | ✅ | ✅ | ✅
2425
|OpenStack Manila | ✅ | ✅ | ✅
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
[id="persistent-storage-csi-azure-stack-hub"]
2+
= Azure Stack Hub CSI Driver Operator
3+
include::modules/common-attributes.adoc[]
4+
:context: persistent-storage-csi-azure-stack-hub
5+
6+
toc::[]
7+
8+
== Overview
9+
10+
{product-title} is capable of provisioning persistent volumes (PVs) using the Container Storage Interface (CSI) driver for Azure Stack Hub Storage. Azure Stack Hub, which is part of the Azure Stack portfolio, allows you to run apps in an on-premises environment and deliver Azure services in your datacenter.
11+
12+
Familiarity with xref:../../storage/understanding-persistent-storage.adoc#understanding-persistent-storage[persistent storage] and xref:../../storage/container_storage_interface/persistent-storage-csi.adoc#persistent-storage-csi[configuring CSI volumes] is recommended when working with a CSI Operator and driver.
13+
14+
To create CSI-provisioned PVs that mount to Azure Stack Hub storage assets, {product-title} installs the Azure Stack Hub CSI Driver Operator and the Azure Stack Hub CSI driver by default in the `openshift-cluster-csi-drivers` namespace.
15+
16+
* The _Azure Stack Hub CSI Driver Operator_ provides a storage class (`managed-csi`), with "Standard_LRS" as the default storage account type, that you can use to create persistent volume claims (PVCs). The Azure Stack Hub CSI Driver Operator supports dynamic volume provisioning by allowing storage volumes to be created on-demand, eliminating the need for cluster administrators to pre-provision storage.
17+
18+
* The _Azure Stack Hub CSI driver_ enables you to create and mount Azure Stack Hub PVs.
19+
20+
include::modules/persistent-storage-csi-about.adoc[leveloffset=+1]
21+
22+
== Additional resources
23+
* xref:../../storage/container_storage_interface/persistent-storage-csi.adoc#persistent-storage-csi[Configuring CSI volumes]

0 commit comments

Comments
 (0)