k3s/pkg/scheduler
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
..
algorithm Resolves #59015, extends existing regex to cover t3, r5(d) & z1d instance types 2018-09-05 21:24:09 -04:00
algorithmprovider Merge pull request #67731 from gnufied/fix-csi-attach-limit 2018-09-05 14:51:55 -07:00
api Add a scheduler config argument to set the percentage of nodes to score 2018-08-17 11:18:51 -07:00
apis/config Add scheduler option for bind timeout 2018-09-04 17:25:23 -07:00
cache Fix cloning image states from node info 2018-08-31 00:58:29 -07:00
core Merge pull request #67731 from gnufied/fix-csi-attach-limit 2018-09-05 14:51:55 -07:00
factory Merge pull request #67731 from gnufied/fix-csi-attach-limit 2018-09-05 14:51:55 -07:00
metrics Add metrics to equivalence cache. 2018-08-15 15:51:13 -07:00
testing Add NodeTree to the scheduler cache 2018-08-17 09:56:51 -07:00
util Add unit test cases for scheduler/util. 2018-08-23 15:26:27 +08:00
volumebinder Add scheduler option for bind timeout 2018-09-04 17:25:23 -07:00
BUILD auto-generated 2018-08-24 10:58:09 +08:00
OWNERS Update OWNERS labels for cluster-lifecycle and scheduling 2018-04-05 16:25:04 -05:00
scheduler.go Scheduler changes to assume volume and pod together, and then bind 2018-09-04 16:30:14 -07:00
scheduler_test.go Scheduler changes to assume volume and pod together, and then bind 2018-09-04 16:30:14 -07:00
testutil.go Add back predicate related accessors to scheduler.Configurator 2018-09-03 19:12:01 +02:00