Add GCE PD limit link and update wording (#10233)

pull/8636/merge
Michelle Au 2018-09-07 19:05:15 -07:00 committed by k8s-ci-robot
parent 8ed6d2e332
commit e79d0cc9b1
1 changed files with 4 additions and 3 deletions

View File

@ -65,11 +65,12 @@ volumes for the node. For example:
* On
<a href="https://cloud.google.com/compute/">Google Compute Engine</a>,
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
<a href="https://aws.amazon.com/ec2/">Amazon Elastic Compute Cloud (EC2)</a>,
Kubernetes would permit 39 volumes to be attached.
Kubernetes allows 39 volumes to be attached to a node.
{{% /capture %}}