You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/concepts/storage/persistent-volumes.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -443,7 +443,7 @@ parameters:
443
443
```
444
444
445
445
* `type`: `io1`, `gp2`, `sc1`, `st1`. See [AWS docs](http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSVolumeTypes.html) for details. Default: `gp2`.
446
-
* `zone`: AWS zone. If not specified, a random zone from those where Kubernetes cluster has a node is chosen.
446
+
* `zone`: AWS zone. If not specified, volumes are generally round-robin-ed across all active zones where Kubernetes cluster has a node.
447
447
* `iopsPerGB`: only for `io1` volumes. I/O operations per second per GiB. AWS volume plugin multiplies this with size of requested volume to compute IOPS of the volume and caps it at 20 000 IOPS (maximum supported by AWS, see [AWS docs](http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSVolumeTypes.html). A string is expected here, i.e. `"10"`, not `10`.
448
448
* `encrypted`: denotes whether the EBS volume should be encrypted or not. Valid values are `"true"` or `"false"`. A string is expected here, i.e. `"true"`, not `true`.
449
449
* `kmsKeyId`: optional. The full Amazon Resource Name of the key to use when encrypting the volume. If none is supplied but `encrypted` is true, a key is generated by AWS. See AWS docs for valid ARN value.
@@ -462,7 +462,7 @@ parameters:
462
462
```
463
463
464
464
* `type`: `pd-standard` or `pd-ssd`. Default: `pd-standard`
465
-
* `zone`: GCE zone. If not specified, a random zone in the same region as controller-manager will be chosen.
465
+
* `zone`: GCE zone. If not specified, volumes are generally round-robin-ed across all active zones where Kubernetes cluster has a node.
466
466
467
467
#### Glusterfs
468
468
@@ -526,7 +526,7 @@ parameters:
526
526
```
527
527
528
528
*`type`: [VolumeType](http://docs.openstack.org/admin-guide/dashboard-manage-volumes.html) created in Cinder. Default is empty.
529
-
*`availability`: Availability Zone. Default is empty.
529
+
*`availability`: Availability Zone. If not specified, volumes are generally round-robin-ed across all active zones where Kubernetes cluster has a node.
0 commit comments