Skip to content

Commit eecb01e

Browse files
authored
Merge pull request #79275 from lpettyjo/OCPBUGS-8892
OCPBUGS-8892# Add pd-balanced to sc for gcp pd
2 parents 55aa9fe + 7540928 commit eecb01e

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)