Skip to content

Commit b61e14a

Browse files
committed
update
1 parent bfc49d0 commit b61e14a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/docs/explanations/advanced-configuration.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ storage:
434434
shared_filesystem: 200Gi
435435
```
436436

437-
Supported storage types are nfs (default on most cloud providers), efs (default on AWS), and cephfs.
437+
Supported values for `storage.type` are `nfs` (default on most cloud providers), `efs` (default on AWS), and `cephfs`.
438438

439439
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.
440440

@@ -474,8 +474,9 @@ ceph:
474474
Ceph is not supported on local deployments.
475475
</TabItem>
476476
</Tabs>
477+
477478
:::note
478-
Premium storage might not be available for certain cloud providers on all node types, which can affect performance and availability. Make sure to check the documentation for your specific cloud provider to confirm premium storage options and their compatibility with your node types.
479+
Premium storage is not available for some cloud providers on all node types. Check the documentation for your specific cloud provider to confirm which node types are compatible with which storage classes.
479480
:::
480481

481482
## More configuration options

0 commit comments

Comments
 (0)