mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
53 lines
1.9 KiB
Plaintext
53 lines
1.9 KiB
Plaintext
// Module included in the following assemblies:
|
|
//
|
|
// * machine_management/creating_machinesets/creating-machineset-azure.adoc
|
|
// * storage/persistent_storage/persistent-storage-azure.adoc
|
|
// * storage/persistent_storage/persistent-storage-csi-azure.adoc
|
|
// * machine_management/control_plane_machine_management/cpmso_provider_configurations/cpmso-config-options-azure.adoc
|
|
|
|
ifeval::["{context}" == "creating-machineset-azure"]
|
|
:mapi:
|
|
endif::[]
|
|
ifeval::["{context}" == "cpmso-supported-features-azure"]
|
|
:cpmso:
|
|
endif::[]
|
|
ifeval::["{context}" == "persistent-storage-azure"]
|
|
:pvc:
|
|
endif::[]
|
|
ifeval::["{context}" == "persistent-storage-csi-azure"]
|
|
:pvc:
|
|
endif::[]
|
|
|
|
:_mod-docs-content-type: CONCEPT
|
|
[id="machineset-azure-ultra-disk_{context}"]
|
|
ifdef::mapi,cpmso[= Machine sets that deploy machines with ultra disks as data disks]
|
|
ifdef::pvc[= Machine sets that deploy machines with ultra disks using PVCs]
|
|
|
|
You can create a machine set running on Azure that deploys machines with ultra disks. Ultra disks are high-performance storage that are intended for use with the most demanding data workloads.
|
|
|
|
ifdef::mapi[]
|
|
You can also create a persistent volume claim (PVC) that dynamically binds to a storage class backed by Azure ultra disks and mounts them to pods.
|
|
|
|
[NOTE]
|
|
====
|
|
Data disks do not support the ability to specify disk throughput or disk IOPS. You can configure these properties by using PVCs.
|
|
====
|
|
endif::mapi[]
|
|
|
|
ifdef::pvc[]
|
|
Both the in-tree plugin and CSI driver support using PVCs to enable ultra disks. You can also deploy machines with ultra disks as data disks without creating a PVC.
|
|
endif::pvc[]
|
|
|
|
ifeval::["{context}" == "creating-machineset-azure"]
|
|
:!mapi:
|
|
endif::[]
|
|
ifeval::["{context}" == "cpmso-supported-features-azure"]
|
|
:!cpmso:
|
|
endif::[]
|
|
ifeval::["{context}" == "persistent-storage-azure"]
|
|
:!pvc:
|
|
endif::[]
|
|
ifeval::["{context}" == "persistent-storage-csi-azure"]
|
|
:!pvc:
|
|
endif::[]
|