File tree 2 files changed +29
-0
lines changed
2 files changed +29
-0
lines changed Original file line number Diff line number Diff line change @@ -663,6 +663,9 @@ Topics:
663
663
File : volumes
664
664
- Name : Using Persistent Volumes
665
665
File : persistent_volumes
666
+ - Name : Storage Classes
667
+ File : storage_classes
668
+ Distros : openshift-online
666
669
- Name : Executing Remote Commands
667
670
File : executing_remote_commands
668
671
- Name : Copying Files
Original file line number Diff line number Diff line change
1
+ [[dev-guide-storage-classes]]
2
+ = Storage Classes
3
+ {product-author}
4
+ {product-version}
5
+ :data-uri:
6
+ :icons:
7
+ :experimental:
8
+ :toc: macro
9
+ :toc-title:
10
+ :prewrap!:
11
+
12
+ toc::[]
13
+
14
+ == Overview
15
+
16
+ The `StorageClass` resource object describes and classifies storage that can be
17
+ requested, as well as provides a means for passing parameters for dynamically
18
+ provisioned storage on demand. `StorageClass` objects can also serve as a
19
+ management mechanism for controlling different levels of storage and access to
20
+ the storage. Cluster administrators (users with `cluster-admin` privileges) or
21
+ storage administrators (users with `storage-admin` privileges) define and create
22
+ the `StorageClass` objects that users can request without needing any intimate
23
+ knowledge about the underlying storage volume sources.
24
+
25
+ In {product-title}, the storage class is configured and a single option is
26
+ available to the user based on the underlying cloud provider.
You can’t perform that action at this time.
0 commit comments