kubernetes/pkg/kubelet/eviction
Vinay Kulkarni f2bd94a0de In-place Pod Vertical Scaling - core implementation
1. Core Kubelet changes to implement In-place Pod Vertical Scaling.
2. E2E tests for In-place Pod Vertical Scaling.
3. Refactor kubelet code and add missing tests (Derek's kubelet review)
4. Add a new hash over container fields without Resources field to allow feature gate toggling without restarting containers not using the feature.
5. Fix corner-case where resize A->B->A gets ignored
6. Add cgroup v2 support to pod resize E2E test.
KEP: /enhancements/keps/sig-node/1287-in-place-update-pod-resources

Co-authored-by: Chen Wang <Chen.Wang1@ibm.com>
2023-02-24 18:21:21 +00:00
..
api Merge pull request #97493 from Pingan2017/allocatemem-1224 2021-03-07 20:09:44 -08:00
defaults_linux.go unittests: Fixes unit tests for Windows 2022-10-25 23:46:56 +03:00
defaults_others.go unittests: Fixes unit tests for Windows 2022-10-25 23:46:56 +03:00
doc.go
eviction_manager_test.go remove GA featuregates: CSIInlineVolume, CSIMigration, DaemonSetUpdateSurge, EphemeralContainers, IdentifyPodOS, LocalStorageCapacityIsolation, NetworkPolicyEndPort, StatefulSetMinReadySeconds 2022-12-11 19:27:41 +08:00
eviction_manager.go Enable the feature into beta 2022-11-09 09:02:40 +01:00
helpers_test.go In-place Pod Vertical Scaling - core implementation 2023-02-24 18:21:21 +00:00
helpers.go In-place Pod Vertical Scaling - core implementation 2023-02-24 18:21:21 +00: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 Second attempt: Plumb context to Kubelet CRI calls (#113591) 2022-11-05 06:02:13 -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 Second attempt: Plumb context to Kubelet CRI calls (#113591) 2022-11-05 06:02:13 -07:00