Skip to content

Commit 7540928

Browse files
author
Lisa Pettyjohn
committed
OCPBUGS-8892# Add pd-balanced to sc for gcp pd
1 parent e1cbd78 commit 7540928

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

modules/persistent-storage-csi-gcp-pd-storage-class-ref.adoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ The GCP PD CSI driver uses the `csi.storage.k8s.io/fstype` parameter key to supp
1414
|===
1515
|Parameter |Values |Default |Description
1616

17-
|`type` | `pd-ssd` or `pd-standard` | `pd-standard` | Allows you to choose between standard PVs or solid-state-drive PVs.
17+
|`type` | `pd-ssd`, `pd-standard`, or `pd-balanced` | `pd-standard` | Allows you to choose between standard PVs or solid-state-drive PVs.
18+
19+
The driver does not validate the value, thus all the possible values are accepted.
1820
|`replication-type`| `none` or `regional-pd` | `none` | Allows you to choose between zonal or regional PVs.
1921
|`disk-encryption-kms-key` | Fully qualified resource identifier for the key to use to encrypt new disks. | Empty string | Uses customer-managed encryption keys (CMEK) to encrypt new disks.
2022
|===

0 commit comments

Comments
 (0)