k3s/pkg/volume/aws_ebs
Stephen Cuppett d85daf0f4c Resolves #59015, extends existing regex to cover t3, r5(d) & z1d instance types
From current AWS documentation:

https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/volume_limits.html

T3, C5, C5d, M5, M5d, R5, R5d, and z1d instances support a maximum of
28 attachments, and every instance has at least one network interface
attachment. If you have no additional network interface attachments on
these instances, you could attach 27 EBS volumes.
2018-09-05 21:24:09 -04:00
..
BUILD Add DynamicProvisioningScheduling support for EBS 2018-08-01 09:00:03 -07:00
OWNERS
attacher.go update volume plugins accordingly 2018-08-14 11:12:54 +08:00
attacher_test.go Allow AWS EBS volumes to be attached as ReadOnly. 2018-05-28 16:24:19 +02:00
aws_ebs.go Resolves #59015, extends existing regex to cover t3, r5(d) & z1d instance types 2018-09-05 21:24:09 -04:00
aws_ebs_block.go Remove redundant code in aws_ebs_block.go 2018-08-09 15:57:05 +08:00
aws_ebs_block_test.go replace path with filepath 2018-04-24 19:08:38 +05:30
aws_ebs_test.go Add DynamicProvisioningScheduling support for EBS 2018-08-01 09:00:03 -07:00
aws_util.go Fix provision fail issue for aws provisioner if fsType specified 2018-08-09 13:32:34 +00:00
doc.go