OKD supports VMware vSphere’s Virtual Machine Disk (VMDK) volumes.
You can provision your OKD cluster with
persistent
storage using VMware
vSphere. Some familiarity with Kubernetes and VMware vSphere is assumed.
OKD creates the disk in vSphere and attaches the disk to the correct
instance.
The OKD
persistent
volume (PV) 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. vSphere VMDK volumes can be
provisioned
dynamically.
PVs are not bound to a single project or namespace; they can be
shared across the OKD cluster.
PV claims, however, are specific to a project or namespace and can be
requested by users.
|
High availability of storage in the infrastructure is left to the underlying
storage provider.
|
Prerequisites
Before creating PVs using vSphere, ensure your
OKD cluster meets the following requirements:
-
OKD must first be
configured
for vSphere.
-
Each node host in the infrastructure must match the vSphere VM name.
-
Each node host must be in the same resource group.