Skip to content

Commit affbcdc

Browse files
committed
More description
1 parent 5715f27 commit affbcdc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

modules/concepts/pages/resources.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -102,11 +102,11 @@ IMPORTANT: Stackable operators use different names (`data` in this example) for
102102
[#storageclass]
103103
==== StorageClass
104104

105-
From the https://kubernetes.io/docs/concepts/storage/storage-classes/[Kubernetes documentation]:
105+
A StorageClass defines a type of storage with certain properties.
106+
The StorageClasses that are available on a Kubernetes cluster are configured by the cluster administrator.
107+
Different classes can be configured to provide different levels of reliability or speed, or be configured to be more suited for read or write heavy loads, based on the underlying storage technology (SSD, HDD, NAS) or by adjusing Kubernetes settings for different classes (Find more information in the https://kubernetes.io/docs/concepts/storage/storage-classes/[Kubernetes documentation]).
106108

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.
108-
109-
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:
109+
For Stackable resources, setting a storageClass is not mandatory; if not storageClass is set, the https://kubernetes.io/docs/concepts/storage/storage-classes/#default-storageclass[default StorageClass] will be used. If you want to use a specific StorageClass for a particular storage, the StorageClass can be set on the resource:
110110

111111
[source,yaml]
112112
----

0 commit comments

Comments
 (0)