mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-07 00:48:01 +01:00
13 lines
613 B
Plaintext
13 lines
613 B
Plaintext
// Module included in the following assemblies:
|
|
//
|
|
// * storage/persistent_storage/persistent-storage-hostpath.adoc
|
|
|
|
[id="persistent-storage-hostpath-about_{context}"]
|
|
= Overview
|
|
|
|
{product-title} supports hostPath mounting for development and testing on a single-node cluster.
|
|
|
|
In a production cluster, you would not use hostPath. Instead, a cluster administrator would provision a network resource, such as a GCE Persistent Disk volume, an NFS share, or an Amazon EBS volume. Network resources support the use of storage classes to set up dynamic provisioning.
|
|
|
|
A hostPath volume must be provisioned statically.
|