1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 21:46:22 +01:00

OSDOCS-2187 Azure Stack Hub CSI Driver

This commit is contained in:
Lisa Pettyjohn
2021-05-26 15:25:46 -04:00
committed by openshift-cherrypick-robot
parent 283e4bfd3b
commit 9bc8568edd
3 changed files with 26 additions and 0 deletions

View File

@@ -1152,6 +1152,8 @@ Topics:
File: persistent-storage-csi-ebs
- Name: Azure Disk CSI Driver Operator
File: persistent-storage-csi-azure
- Name: Azure Stack Hub CSI Driver Operator
File: persistent-storage-csi-azure-stack-hub
- Name: GCP PD CSI Driver Operator
File: persistent-storage-csi-gcp-pd
- Name: OpenStack Cinder CSI Driver Operator

View File

@@ -19,6 +19,7 @@ The following table describes the CSI drivers that are installed with {product-t
|AWS EBS | ✅ | - | ✅
|Google Cloud Platform (GCP) persistent disk (PD) (Tech Preview)| ✅ | - | ✅
|Microsoft Azure Disk (Tech Preview) | ✅ | ✅ | ✅
|Microsoft Azure Stack Hub | - | - | -
|OpenStack Cinder | ✅ | ✅ | ✅
|OpenShift Container Storage | ✅ | ✅ | ✅
|OpenStack Manila | ✅ | ✅ | ✅

View File

@@ -0,0 +1,23 @@
[id="persistent-storage-csi-azure-stack-hub"]
= Azure Stack Hub CSI Driver Operator
include::modules/common-attributes.adoc[]
:context: persistent-storage-csi-azure-stack-hub
toc::[]
== Overview
{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.
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.
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.
* 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.
* The _Azure Stack Hub CSI driver_ enables you to create and mount Azure Stack Hub PVs.
include::modules/persistent-storage-csi-about.adoc[leveloffset=+1]
== Additional resources
* xref:../../storage/container_storage_interface/persistent-storage-csi.adoc#persistent-storage-csi[Configuring CSI volumes]