Merge pull request #30517 from sftim/20211117_reorder_storage_concepts
Reorder storage concepts
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 -->
|
||||||
|
|||||||
@@ -10,14 +10,13 @@ feature:
|
|||||||
title: Storage orchestration
|
title: Storage orchestration
|
||||||
description: >
|
description: >
|
||||||
Automatically mount the storage system of your choice, whether from local storage, a public cloud provider such as <a href="https://cloud.google.com/storage/">GCP</a> or <a href="https://aws.amazon.com/products/storage/">AWS</a>, or a network storage system such as NFS, iSCSI, Gluster, Ceph, Cinder, or Flocker.
|
Automatically mount the storage system of your choice, whether from local storage, a public cloud provider such as <a href="https://cloud.google.com/storage/">GCP</a> or <a href="https://aws.amazon.com/products/storage/">AWS</a>, or a network storage system such as NFS, iSCSI, Gluster, Ceph, Cinder, or Flocker.
|
||||||
|
|
||||||
content_type: concept
|
content_type: concept
|
||||||
weight: 20
|
weight: 20
|
||||||
---
|
---
|
||||||
|
|
||||||
<!-- overview -->
|
<!-- overview -->
|
||||||
|
|
||||||
This document describes the current state of _persistent volumes_ in Kubernetes. Familiarity with [volumes](/docs/concepts/storage/volumes/) is suggested.
|
This document describes _persistent volumes_ in Kubernetes. Familiarity with [volumes](/docs/concepts/storage/volumes/) is suggested.
|
||||||
|
|
||||||
<!-- body -->
|
<!-- body -->
|
||||||
|
|
||||||
|
|||||||
@@ -1,16 +1,16 @@
|
|||||||
---
|
---
|
||||||
reviewers:
|
reviewers:
|
||||||
- sftim
|
|
||||||
- marosset
|
- marosset
|
||||||
- jsturtevant
|
- jsturtevant
|
||||||
- zshihang
|
- zshihang
|
||||||
title: Projected Volumes
|
title: Projected Volumes
|
||||||
content_type: concept
|
content_type: concept
|
||||||
|
weight: 21 # just after persistent volumes
|
||||||
---
|
---
|
||||||
|
|
||||||
<!-- overview -->
|
<!-- overview -->
|
||||||
|
|
||||||
This document describes the current state of _projected volumes_ in Kubernetes. Familiarity with [volumes](/docs/concepts/storage/volumes/) is suggested.
|
This document describes _projected volumes_ in Kubernetes. Familiarity with [volumes](/docs/concepts/storage/volumes/) is suggested.
|
||||||
|
|
||||||
<!-- body -->
|
<!-- body -->
|
||||||
|
|
||||||
|
|||||||
@@ -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 -->
|
||||||
@@ -16,7 +16,6 @@ Storage capacity is limited and may vary depending on the node on
|
|||||||
which a pod runs: network-attached storage might not be accessible by
|
which a pod runs: network-attached storage might not be accessible by
|
||||||
all nodes, or storage is local to a node to begin with.
|
all nodes, or storage is local to a node to begin with.
|
||||||
|
|
||||||
{{< feature-state for_k8s_version="v1.19" state="alpha" >}}
|
|
||||||
{{< feature-state for_k8s_version="v1.21" state="beta" >}}
|
{{< feature-state for_k8s_version="v1.21" state="beta" >}}
|
||||||
|
|
||||||
This page describes how Kubernetes keeps track of storage capacity and
|
This page describes how Kubernetes keeps track of storage capacity and
|
||||||
|
|||||||
@@ -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