Skip to content

Commit 90df4dd

Browse files
author
Steven Smith
committed
2
1 parent 40893a5 commit 90df4dd

File tree

39 files changed

+1322
-2
lines changed

39 files changed

+1322
-2
lines changed

_topic_maps/_topic_map_ms.yml

Lines changed: 25 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,12 +115,35 @@ Distros: microshift
115115
Topics:
116116
- Name: Understanding networking
117117
File: microshift-networking
118+
---
118119
Name: Storage
119120
Dir: microshift_storage
120121
Distros: microshift
121122
Topics:
122-
- Name: MicroShift overview
123-
File: index
123+
- Name: MicroShift storage overview
124+
File: microshift-storage-overview
125+
- Name: Understanding ephemeral storage for MicroShift
126+
File: understanding-ephemeral-storage-microshift
127+
- Name: Understanding persistent storage for MicroShift
128+
File: understanding-persistent-storage-microshift
129+
- Name: Configuring persistent storage for MicroShift
130+
Dir: persistent_storage_microshift
131+
Distros: microshift
132+
Topics:
133+
- Name: MicroShift storage plugin overview
134+
File: microshift-storage-plugin-overview
135+
- Name: Using container storage interface (CSI) for MicroShift
136+
Dir: container_storage_interface_microshift
137+
Distros: microshift
138+
Topics:
139+
- Name: Configuring CSI volumes for MicroShift
140+
File: microshift-persistent-storage-csi
141+
- Name: Generic ephemeral volumes for MicroShift
142+
File: generic-ephemeral-volumes-microshift
143+
- Name: Expanding persistent volumes for MicroShift
144+
File: expanding-persistent-volumes-microshift
145+
- Name: Dynamic provisioning for MicroShift
146+
File: dynamic-provisioning-microshift
124147
# ---
125148
# Name: Networking
126149
# Dir: networking

microshift_storage/attributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../_attributes
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../_attributes/
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../images
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
:_content-type: ASSEMBLY
2+
[id="persistent-storage-csi-microshift"]
3+
= Configuring CSI volumes for MicroShift
4+
include::_attributes/attributes-microshift.adoc[]
5+
:context: persistent-storage-csi-storage-microshift
6+
7+
toc::[]
8+
9+
The Container Storage Interface (CSI) allows {product-title} to consume
10+
storage from storage back ends that implement the
11+
link:https://github.com/container-storage-interface/spec[CSI interface]
12+
as persistent storage.
13+
14+
[NOTE]
15+
====
16+
{product-title} {product-version} supports version 1.5.0 of the link:https://github.com/container-storage-interface/spec[CSI specification].
17+
====
18+
19+
include::modules/persistent-storage-csi-architecture.adoc[leveloffset=+1]
20+
21+
include::modules/persistent-storage-csi-external-controllers.adoc[leveloffset=+2]
22+
23+
include::modules/persistent-storage-csi-driver-daemonset.adoc[leveloffset=+2]
24+
25+
include::modules/persistent-storage-csi-dynamic-provisioning.adoc[leveloffset=+1]
26+
27+
include::modules/persistent-storage-csi-mysql-example.adoc[leveloffset=+1]
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../modules/
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../snippets
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
:_content-type: ASSEMBLY
2+
[id="dynamic-provisioning-microshift"]
3+
= Dynamic provisioning for MicroShift
4+
include::_attributes/attributes-microshift.adoc[]
5+
:context: microshift-dynamic-provisioning
6+
7+
toc::[]
8+
9+
include::modules/microshift-dynamic-provisioning-about.adoc[leveloffset=+1]
10+
11+
include::modules/microshift-dynamic-provisioning-defining-storage-class.adoc[leveloffset=+1]
12+
13+
include::modules/microshift-dynamic-provisioning-storage-class-definition.adoc[leveloffset=+2]
14+
15+
include::modules/microshift-dynamic-provisioning-annotations.adoc[leveloffset=+2]
16+
17+
include::modules/microshift-dynamic-provisioning-change-default-class.adoc[leveloffset=+1]
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
:_content-type: ASSEMBLY
2+
[id="expanding-persistent-volumes-microshift"]
3+
= Expanding persistent volumes for MicroShift
4+
include::_attributes/common-attributes.adoc[]
5+
:context: expanding-persistent-volumes-microshift
6+
7+
toc::[]
8+
9+
include::modules/microshift-storage-expanding-add-volume-expansion.adoc[leveloffset=+1]
10+
11+
include::modules/microshift-storage-expanding-csi-volumes.adoc[leveloffset=+1]
12+
13+
:FeatureName: Expanding CSI volumes
14+
15+
include::modules/microshift-storage-expanding-flexvolume.adoc[leveloffset=+1]
16+
17+
include::modules/microshift-storage-expanding-local-volumes.adoc[leveloffset=+1]
18+
19+
include::modules/microshift-storage-expanding-filesystem-pvc.adoc[leveloffset=+1]
20+
21+
include::modules/microshift-storage-expanding-recovering-failure.adoc[leveloffset=+1]
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
:_content-type: ASSEMBLY
2+
[id="generic-ephemeral-volumes-microshift"]
3+
= Generic ephemeral volumes for MicroShift
4+
include::_attributes/common-attributes.adoc[]
5+
:context: generic-ephemeral-volumes-microshift
6+
7+
toc::[]
8+
9+
include::modules/storage-ephemeral-vols-overview.adoc[leveloffset=+1]
10+
11+
include::modules/storage-ephemeral-vols-lifecycle.adoc[leveloffset=+1]
12+
13+
include::modules/storage-ephemeral-vols-security.adoc[leveloffset=+1]
14+
15+
include::modules/storage-ephemeral-vols-pvc-naming.adoc[leveloffset=+1]
16+
17+
include::modules/storage-ephemeral-vols-procedure.adoc[leveloffset=+1]

0 commit comments

Comments
 (0)