From e79d0cc9b1c8cfd4b06850046312b8795e060393 Mon Sep 17 00:00:00 2001 From: Michelle Au Date: Fri, 7 Sep 2018 19:05:15 -0700 Subject: [PATCH] Add GCE PD limit link and update wording (#10233) --- content/en/docs/concepts/storage/storage-limits.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/content/en/docs/concepts/storage/storage-limits.md b/content/en/docs/concepts/storage/storage-limits.md index b1c3a563b1..7d26237744 100644 --- a/content/en/docs/concepts/storage/storage-limits.md +++ b/content/en/docs/concepts/storage/storage-limits.md @@ -65,11 +65,12 @@ volumes for the node. For example: * On Google Compute Engine, -up to 128 volumes could be attached to a node, depending on the node type. +up to 128 volumes can be attached to a node, [depending on the node +type](https://cloud.google.com/compute/docs/disks/#pdnumberlimits). -* For Amazon EBS disks on M5/C5 instance types, Kubernetes would permit only 25 +* For Amazon EBS disks on M5/C5 instance types, Kubernetes allows only 25 volumes to be attached to a node. For other instance types on Amazon Elastic Compute Cloud (EC2), -Kubernetes would permit 39 volumes to be attached. +Kubernetes allows 39 volumes to be attached to a node. {{% /capture %}}