From 22ea1d48d3c468b1d0fe23817c503e5aca88c470 Mon Sep 17 00:00:00 2001 From: Ville Vesilehto Date: Tue, 27 Aug 2024 14:36:00 +0300 Subject: [PATCH] docs: add standard tier to README --- deploy/kubernetes/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/deploy/kubernetes/README.md b/deploy/kubernetes/README.md index 1b71af8..71b04ac 100644 --- a/deploy/kubernetes/README.md +++ b/deploy/kubernetes/README.md @@ -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`.