kubernetes/pkg/kubelet/eviction
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
..
api Merge pull request #97493 from Pingan2017/allocatemem-1224 2021-03-07 20:09:44 -08:00
doc.go
eviction_manager_test.go Merge pull request #104933 from vikramcse/automate_mockery 2021-09-30 18:33:21 -07:00
eviction_manager.go Promote Local storage capacity isolation feature to GA 2022-08-02 23:45:48 -07:00
helpers_test.go Promote Local storage capacity isolation feature to GA 2022-08-02 23:45:48 -07:00
helpers.go Generate and format files 2022-07-26 13:14:05 -04:00
memory_threshold_notifier_test.go eviction: Deflake TestStart 2022-02-08 17:03:44 +01:00
memory_threshold_notifier.go Structured Logging migration: modify eviction part logs of kubelet. 2021-02-21 08:36:14 +08:00
mock_threshold_notifier_test.go Regen mocks using go 1.18 2022-03-23 10:19:38 -07:00
threshold_notifier_linux.go Merge pull request #96828 from panjf2000/opt-epoll-eventfd 2022-03-01 13:59:54 -08:00
threshold_notifier_unsupported.go generated: Run hack/update-gofmt.sh 2021-08-24 15:47:49 -04:00
types.go mockery to mockgen conversion 2021-09-25 16:15:08 +00:00