Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: add standard tier to README #108

Merged
merged 1 commit into from
Aug 27, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion deploy/kubernetes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,12 @@ $ kubectl apply -f https://raw.githubusercontent.com/UpCloudLtd/upcloud-csi/main

### Choose storage disk type

It's possible to select an option of disk type between `HDD` and `MaxIOPS`.
It's possible to select an option of disk type between `HDD`, `Standard` and `MaxIOPS`. Details about different storage tiers can be found from [the UpCloud product documentation](https://upcloud.com/docs/products/block-storage/features/tiers/).

For setting desired type you can set a `storageClassName` field in `PVC` to:
* `upcloud-block-storage-maxiops`
* `upcloud-block-storage-hdd`
* `upcloud-block-storage-standard`

If `storageClassName` field is not set, the default provisioned option will be `upcloud-block-storage-maxiops`.

Expand Down