mirror of
https://github.com/outbackdingo/kubernetes.git
synced 2026-02-10 04:50:27 +00:00
Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions here: https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md. Resolves #59015, Scheduler: Add support for EBS types t3, r5, & z1d Fixes #59015 The new t3, r5, r5d and z1 need matched as well according to this: 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. **Release note**: ```NONE ```