kubernetes/pkg/scheduler
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
..
apis/config Merge pull request #111206 from SataQiu/scheduler-20220718 2022-07-30 01:40:29 -07:00
framework Promote Local storage capacity isolation feature to GA 2022-08-02 23:45:48 -07:00
internal Generate and format files 2022-07-26 13:14:05 -04:00
metrics rename unschedulableQ to unschedulablePods 2022-03-24 17:38:49 +08:00
profile Clear shutdown of scheduler metrics recorder 2022-05-20 20:23:29 +02:00
testing Merge pull request #111441 from denkensk/respect-topology 2022-07-30 01:40:42 -07:00
util Promote Local storage capacity isolation feature to GA 2022-08-02 23:45:48 -07:00
eventhandlers_test.go Merge pull request #108445 from pohly/storage-capacity-ga 2022-03-23 08:06:21 -07:00
eventhandlers.go Merge pull request #108445 from pohly/storage-capacity-ga 2022-03-23 08:06:21 -07:00
extender_test.go merge MakeDefaultErrorFunc into handleSchedulingFailure 2022-07-12 12:11:16 -07:00
extender.go scheduler: remove unused Equal function for HTTPExtender 2022-07-05 13:17:05 +08:00
OWNERS Check in OWNERS modified by update-yamlfmt.sh 2021-12-09 21:31:26 -05:00
schedule_one_test.go Merge pull request #111441 from denkensk/respect-topology 2022-07-30 01:40:42 -07:00
schedule_one.go sched: evaluate error message once 2022-07-20 10:18:53 -07:00
scheduler_test.go sched: schedfwk: init indexers with non-nil map 2022-07-13 09:24:57 +02:00
scheduler.go Feat: ga component config in kube-scheduler 2022-07-29 08:47:48 +08:00