From 69bb651ccee4666ed369555272e88d30a2f76794 Mon Sep 17 00:00:00 2001 From: Bob Furu Date: Fri, 11 Sep 2020 13:35:31 -0400 Subject: [PATCH] Remove KUBE_MAX_PD_VOLS variable in 4.4 --- ...rage-persistent-storage-aws-maximum-volumes.adoc | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/modules/storage-persistent-storage-aws-maximum-volumes.adoc b/modules/storage-persistent-storage-aws-maximum-volumes.adoc index 749594baed2d..6a4bb482be04 100644 --- a/modules/storage-persistent-storage-aws-maximum-volumes.adoc +++ b/modules/storage-persistent-storage-aws-maximum-volumes.adoc @@ -3,17 +3,8 @@ // * storage/persistent_storage-aws.adoc [id="maximum-number-of-ebs-volumes-on-a-node_{context}"] -= Maximum Number of EBS Volumes on a Node += Maximum number of EBS volumes on a node By default, {product-title} supports a maximum of 39 EBS volumes attached to one node. This limit is consistent with the -link:https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/volume_limits.html#linux-specific-volume-limits[AWS -volume limits]. - -{product-title} can be configured to have a higher limit by setting the -environment variable `KUBE_MAX_PD_VOLS`. However, AWS requires a particular -naming scheme -(link:https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/device_naming.html[AWS -Device Naming]) for attached devices, which only supports a maximum of 52 -volumes. This limits the number of volumes that can be attached to a node via -{product-title} to 52. +link:https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/volume_limits.html#linux-specific-volume-limits[AWS volume limits]. The volume limit depends on the instance type.