Skip to content

Commit

Permalink
docs: add standard tier to README (#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
thevilledev authored Aug 27, 2024
1 parent 705a0d3 commit 1782937
Showing 1 changed file with 3 additions and 1 deletion.
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

0 comments on commit 1782937

Please sign in to comment.