kubernetes/pkg/kubelet/prober
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
..
results hack/update-bazel.sh 2021-02-28 15:17:29 -08:00
testing kubelet: Pod probes should be handled by pod worker 2022-06-06 17:00:54 -05:00
common_test.go In-place Pod Vertical Scaling - core implementation 2023-02-24 18:21:21 +00:00
OWNERS Check in OWNERS modified by update-yamlfmt.sh 2021-12-09 21:31:26 -05:00
prober_manager_test.go remove ReallyCrashForTesting and cleaned up some references to HandleCrash behavior 2021-11-29 20:00:10 +00:00
prober_manager.go Merge pull request #104484 from jackfrancis/prober-duration-metrics 2022-07-29 13:17:11 -07:00
prober_test.go Second attempt: Plumb context to Kubelet CRI calls (#113591) 2022-11-05 06:02:13 -07:00
prober.go Merge pull request #113582 from wzshiming/fix/grpc-probe-log 2022-11-08 12:42:56 -08:00
scale_test.go skip scale test for probes 2023-01-26 00:02:30 +00:00
worker_test.go In-place Pod Vertical Scaling - core implementation 2023-02-24 18:21:21 +00:00
worker.go Second attempt: Plumb context to Kubelet CRI calls (#113591) 2022-11-05 06:02:13 -07:00