From 22d43e1b234c32fd7fd959c5bc0b8096a2b01d0c Mon Sep 17 00:00:00 2001 From: Jan Safranek Date: Mon, 22 Aug 2016 13:59:00 +0200 Subject: [PATCH] Fix description of AWS provisioner zones --- examples/experimental/persistent-volume-provisioning/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/experimental/persistent-volume-provisioning/README.md b/examples/experimental/persistent-volume-provisioning/README.md index 77c840b548..16c7cbef24 100644 --- a/examples/experimental/persistent-volume-provisioning/README.md +++ b/examples/experimental/persistent-volume-provisioning/README.md @@ -62,7 +62,7 @@ parameters: ``` * `type`: `io1`, `gp2`, `sc1`, `st1`. See AWS docs for details. Default: `gp2`. -* `zone`: AWS zone. If not specified, a random zone in the same region as controller-manager will be chosen. +* `zone`: AWS zone. If not specified, a random zone from those where Kubernetes cluster has a node is chosen. * `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). * `encrypted`: denotes whether the EBS volume should be encrypted or not. Valid values are `true` or `false`. * `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.