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

Added a note for SMB and corrcted passive voice usage

This commit is contained in:
Amrita
2021-10-12 21:06:37 +05:30
committed by openshift-cherrypick-robot
parent d7b427d6b5
commit d4a49069c1

View File

@@ -9,15 +9,12 @@ toc::[]
provision your {product-title} cluster with persistent storage using Azure.
Some familiarity with Kubernetes and Azure is assumed.
The Kubernetes persistent volume framework allows administrators to provision a
cluster with persistent storage and gives users a way to request those
resources without having any knowledge of the underlying infrastructure.
Azure File volumes can be provisioned dynamically.
The Kubernetes persistent volume framework allows administrators to provision a cluster with persistent storage and gives users a way to request those resources without having any knowledge of the underlying infrastructure.
You can provision Azure File volumes dynamically.
Persistent volumes are not bound to a single project or namespace, and you can share them across the {product-title} cluster.
Persistent volume claims are specific to a project or namespace, and can be requested by users for use in applications.
Persistent volumes are not bound to a single project or namespace; they can be
shared across the {product-title} cluster.
Persistent volume claims are specific to a project or namespace and can be
requested by users for use in applications.
[IMPORTANT]
====
@@ -25,6 +22,11 @@ High availability of storage in the infrastructure is left to the underlying
storage provider.
====
[IMPORTANT]
====
Azure File volumes use Server Message Block.
====
.Additional resources
* link:https://azure.microsoft.com/en-us/services/storage/files/[Azure Files]