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:
Tim Bannister
2021-11-17 00:20:18 +00:00
parent cee6c712bd
commit 9c0c75e0f2
6 changed files with 6 additions and 5 deletions
@@ -8,7 +8,7 @@ reviewers:
- yuxiangqian
title: Volume Snapshot Classes
content_type: concept
weight: 30
weight: 41 # just after volume snapshots
---
<!-- overview -->