Skip to content

Commit 4caaced

Browse files
committed
changed some formulation
1 parent c49f4b1 commit 4caaced

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

modules/concepts/pages/resources.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,8 @@ IMPORTANT: Stackable operators use different names (`data` in this example) for
104104

105105
A StorageClass defines a type of storage with certain properties.
106106
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]).
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.
108+
This configuration is either done in the storage backend or Kubernetes settings (find more information in the https://kubernetes.io/docs/concepts/storage/storage-classes/[Kubernetes documentation]).
108109

109110
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:
110111

0 commit comments

Comments
 (0)