1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00
Files
openshift-docs/microshift_storage/using-persistent-storage-microshift.adoc

43 lines
2.1 KiB
Plaintext
Raw Permalink Normal View History

:_mod-docs-content-type: ASSEMBLY
[id="using-persistent-storage-microshift"]
= Using persistent storage
2022-11-21 15:20:18 -05:00
include::_attributes/attributes-microshift.adoc[]
:context: using-persistent-storage-microshift
2022-11-21 15:20:18 -05:00
toc::[]
Managing storage is a distinct problem from managing compute resources. {microshift-short} uses the Kubernetes persistent volume (PV) framework to allow node administrators to provision persistent storage for a node. Developers can use persistent volume claims (PVCs) to request PV resources without having specific knowledge of the underlying storage infrastructure.
include::modules/microshift-control-permissions-security-context-constraints.adoc[leveloffset=+1]
2022-12-14 11:22:28 -05:00
include::modules/storage-persistent-storage-overview.adoc[leveloffset=+1]
2022-11-21 15:20:18 -05:00
[id="additional-resources_using-persistent-storage-microshift_{context}"]
[role="_additional-resources"]
2023-09-07 12:10:31 -04:00
== Additional resources
* link:https://access.redhat.com/documentation/en-us/openshift_container_platform/{ocp-version}/html/storage/understanding-persistent-storage#pv-access-modes_understanding-persistent-storage[Access modes for persistent storage]
2022-12-14 11:22:28 -05:00
include::modules/storage-persistent-storage-lifecycle.adoc[leveloffset=+1]
2022-11-21 15:20:18 -05:00
2022-12-14 11:22:28 -05:00
include::modules/storage-persistent-storage-reclaim-manual.adoc[leveloffset=+2]
2022-11-21 15:20:18 -05:00
2022-12-14 11:22:28 -05:00
include::modules/storage-persistent-storage-reclaim.adoc[leveloffset=+2]
2022-11-21 15:20:18 -05:00
2022-12-14 11:22:28 -05:00
include::modules/storage-persistent-storage-pv.adoc[leveloffset=+1]
2022-11-21 15:20:18 -05:00
include::modules/microshift-pv-rwo-access-mode-permission.adoc[leveloffset=+1]
include::modules/microshift-checking-pods-mismatch.adoc[leveloffset=+1]
include::modules/microshift-updating-pods-mismatch.adoc[leveloffset=+1]
include::modules/microshift-verifying-pods-mismatch.adoc[leveloffset=+1]
[role="_additional-resources"]
.Additional resources
* link:https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/managing_file_systems/mounting-file-systems_managing-file-systems#common-mount-options_mounting-file-systems[Common mount options]
2022-12-14 11:22:28 -05:00
include::modules/storage-persistent-storage-pvc.adoc[leveloffset=+1]
2022-11-21 15:20:18 -05:00
2022-12-14 11:22:28 -05:00
include::modules/storage-persistent-storage-fsGroup.adoc[leveloffset=+1]