kubernetes/pkg/scheduler/framework/plugins
jinxu 0064010cdd Promote Local storage capacity isolation feature to GA
This change is to promote local storage capacity isolation feature to GA

At the same time, to allow rootless system disable this feature due to
unable to get root fs, this change introduced a new kubelet config
"localStorageCapacityIsolation". By default it is set to true. For
rootless systems, they can set this configuration to false to disable
the feature. Once it is set, user cannot set ephemeral-storage
request/limit because capacity and allocatable will not be set.

Change-Id: I48a52e737c6a09e9131454db6ad31247b56c000a
2022-08-02 23:45:48 -07:00
..
defaultbinder Clear shutdown of scheduler metrics recorder 2022-05-20 20:23:29 +02:00
defaultpreemption implementation for MatchLabelKeys in TopologySpreadConstraint 2022-07-30 13:23:49 +08:00
examples migrated preemption.go, stateful.go, resource_allocation.go to structured logging 2021-11-08 22:52:47 +05:30
feature implementation for MatchLabelKeys in TopologySpreadConstraint 2022-07-30 13:23:49 +08:00
helper Generate and format files 2022-07-26 13:14:05 -04:00
imagelocality Clear shutdown of scheduler metrics recorder 2022-05-20 20:23:29 +02:00
interpodaffinity Generate and format files 2022-07-26 13:14:05 -04:00
names refactor scheudler's node resource plugins 2021-11-03 00:52:23 +08:00
nodeaffinity Clear shutdown of scheduler metrics recorder 2022-05-20 20:23:29 +02:00
nodename cleanup: move scheduler plugin tests to use PodWrapper 2022-05-05 10:48:55 -07:00
nodeports cleanup: move scheduler plugin tests to use PodWrapper 2022-05-05 10:48:55 -07:00
noderesources Promote Local storage capacity isolation feature to GA 2022-08-02 23:45:48 -07:00
nodeunschedulable scheduler: remove useless null pointer check about nodeInfo for in-tree plugins 2022-07-15 00:09:42 +08:00
nodevolumelimits Remove unit tests that set & test CSIMigrationAWS false since it's now locked to true 2022-07-29 13:52:06 -07:00
podtopologyspread implementation for MatchLabelKeys in TopologySpreadConstraint 2022-07-30 13:23:49 +08:00
queuesort cleanup: move scheduler plugin tests to use PodWrapper 2022-05-05 10:48:55 -07:00
selectorspread Clear shutdown of scheduler metrics recorder 2022-05-20 20:23:29 +02:00
tainttoleration Merge pull request #111199 from zhoumingcheng/master-v6 2022-07-18 15:36:44 -07:00
testing Clear shutdown of scheduler metrics recorder 2022-05-20 20:23:29 +02:00
volumebinding Generate and format files 2022-07-26 13:14:05 -04:00
volumerestrictions cleanup: move scheduler plugin tests to use PodWrapper 2022-05-05 10:48:55 -07:00
volumezone cleanup: move scheduler plugin tests to use PodWrapper 2022-05-05 10:48:55 -07:00
README.md scheduler/framework/plugins: delete moved docs 2021-02-16 13:26:27 +00:00
registry.go implementation for MatchLabelKeys in TopologySpreadConstraint 2022-07-30 13:23:49 +08:00

Scheduler Framework Plugins

Moved here.