Skip to content

Commit 41f1629

Browse files
Update docs/docs/explanations/advanced-configuration.md
Co-authored-by: Vinicius D. Cerutti <[email protected]>
1 parent c7950fa commit 41f1629

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/docs/explanations/advanced-configuration.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,9 @@ storage:
433433
shared_filesystem: 200Gi
434434
```
435435

436-
If using the "cephfs" storage type. The block storage backing all ceph storage will be provisioned using a kubernetes storage class. The default storage class will be used unless specified. Premium storage can be used on some cloud providers to back ceph storage for improved performance. The storage class name can be specified in the yaml file. Be aware that premium storage is not accessible on all node types on some cloud providers.
436+
When using the `cephfs` storage type option, the block storage underlying all Ceph storage will be provisioned through the same Kubernetes storage class. By default, Kubernetes will use the default storage class unless a specific one is provided. For enhanced performance, some cloud providers offer premium storage class options.
437+
438+
You can specify the desired storage class under `storage.ceph` section in the configuration file. Below are examples of potential storage class values for various cloud providers:
437439

438440
<Tabs>
439441
<TabItem label="AWS" value="AWS" default="true">

0 commit comments

Comments
 (0)