Skip to content

Commit 5715f27

Browse files
committed
More description
1 parent ec6d24c commit 5715f27

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

modules/concepts/pages/resources.adoc

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,12 @@ The role group `resources-from-role-group` has maximum of `4Gi` storage space fo
9999

100100
IMPORTANT: Stackable operators use different names (`data` in this example) for their storage specification. This is documented in the operator specific documentation.
101101

102-
==== Storage class
102+
[#storageclass]
103+
==== StorageClass
104+
105+
From the https://kubernetes.io/docs/concepts/storage/storage-classes/[Kubernetes documentation]:
106+
107+
> A StorageClass provides a way for administrators to describe the "classes" of storage they offer. Different classes might map to quality-of-service levels, or to backup policies, or to arbitrary policies determined by the cluster administrators.
103108

104109
A Kubernetes cluster is configured with a https://kubernetes.io/docs/concepts/storage/storage-classes/#default-storageclass[default StorageClass], which gets used if no other StorageClass is specified. The storage configuration also supports configuring a non-default StorageClass:
105110

0 commit comments

Comments
 (0)