kubernetes/pkg/scheduler/framework
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
..
fake cleanup: delete unused func NewNodeInfoLister 2022-03-04 01:43:20 +08:00
parallelize Fix: move parallelize package to non-internal file 2021-10-21 02:39:23 +09:00
plugins Promote Local storage capacity isolation feature to GA 2022-08-02 23:45:48 -07:00
preemption Introduction of a pod condition type indicating disruption. Its reason field indicates the reason: 2022-08-02 11:12:16 +02:00
runtime Merge pull request #110167 from NoicFank/master 2022-06-21 13:15:43 -07:00
cycle_state_test.go Copy recordPluginMetrics in CycleState.Clone 2022-04-14 15:26:20 +00:00
cycle_state.go Copy recordPluginMetrics in CycleState.Clone 2022-04-14 15:26:20 +00:00
extender.go multiple extenders and UnschedulableAndUnresolvable takes precedence 2021-01-29 11:32:43 +08:00
interface_test.go cleanup: remove unnecessary codes 2022-05-11 16:07:12 +08:00
interface.go cleanup: use sets.Clone() to avoid interim slice 2022-07-20 10:55:25 +08:00
listers.go Adding StorageInfoLister to SharedLister 2022-05-03 18:00:41 -07:00
types_test.go Store PVC reference counts in NodeInfo cache 2021-06-29 10:07:32 -07:00
types.go Promote Local storage capacity isolation feature to GA 2022-08-02 23:45:48 -07:00