Reorder storage concepts
Introduce concepts in an order that should suit people new to Kubernetes, so that you don't encounter details like volume cloning until you've seen more of the basic volume types (persistent, ephemeral, projected).
This commit is contained in:
@@ -7,7 +7,7 @@ reviewers:
|
|||||||
- pohly
|
- pohly
|
||||||
title: Ephemeral Volumes
|
title: Ephemeral Volumes
|
||||||
content_type: concept
|
content_type: concept
|
||||||
weight: 50
|
weight: 30
|
||||||
---
|
---
|
||||||
|
|
||||||
<!-- overview -->
|
<!-- overview -->
|
||||||
|
|||||||
@@ -6,6 +6,7 @@ reviewers:
|
|||||||
- zshihang
|
- zshihang
|
||||||
title: Projected Volumes
|
title: Projected Volumes
|
||||||
content_type: concept
|
content_type: concept
|
||||||
|
weight: 21 # just after persistent volumes
|
||||||
---
|
---
|
||||||
|
|
||||||
<!-- overview -->
|
<!-- overview -->
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ reviewers:
|
|||||||
- pohly
|
- pohly
|
||||||
title: Storage Capacity
|
title: Storage Capacity
|
||||||
content_type: concept
|
content_type: concept
|
||||||
weight: 45
|
weight: 70
|
||||||
---
|
---
|
||||||
|
|
||||||
<!-- overview -->
|
<!-- overview -->
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ reviewers:
|
|||||||
- msau42
|
- msau42
|
||||||
title: CSI Volume Cloning
|
title: CSI Volume Cloning
|
||||||
content_type: concept
|
content_type: concept
|
||||||
weight: 30
|
weight: 60
|
||||||
---
|
---
|
||||||
|
|
||||||
<!-- overview -->
|
<!-- overview -->
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ reviewers:
|
|||||||
- yuxiangqian
|
- yuxiangqian
|
||||||
title: Volume Snapshot Classes
|
title: Volume Snapshot Classes
|
||||||
content_type: concept
|
content_type: concept
|
||||||
weight: 30
|
weight: 41 # just after volume snapshots
|
||||||
---
|
---
|
||||||
|
|
||||||
<!-- overview -->
|
<!-- overview -->
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ reviewers:
|
|||||||
- yuxiangqian
|
- yuxiangqian
|
||||||
title: Volume Snapshots
|
title: Volume Snapshots
|
||||||
content_type: concept
|
content_type: concept
|
||||||
weight: 20
|
weight: 40
|
||||||
---
|
---
|
||||||
|
|
||||||
<!-- overview -->
|
<!-- overview -->
|
||||||
|
|||||||
Reference in New Issue
Block a user