k3s/pkg/kubelet/eviction
Kubernetes Submit Queue 7f1d9382ec Merge pull request #48846 from dashpole/remove_ood
Automatic merge from submit-queue

Remove flags low-diskspace-threshold-mb and outofdisk-transition-frequency

issue: #48843

This removes two flags replaced by the eviction manager.  These have been depreciated for two releases, which I believe correctly follows the kubernetes depreciation guidelines.

```release-note
Remove depreciated flags: --low-diskspace-threshold-mb and --outofdisk-transition-frequency, which are replaced by --eviction-hard
```

cc @mtaufen since I am changing kubelet flags
cc @vishh @derekwaynecarr 
/sig node
2017-07-24 23:05:50 -07:00
..
api Add local storage (scratch space) allocatable support 2017-06-01 15:57:50 -07:00
BUILD run hack/update-all 2017-06-22 11:31:03 -07:00
OWNERS Update OWNERS approvers and reviewers: pkg/kubelet 2017-01-18 10:27:11 -08:00
doc.go
eviction_manager.go Fix issues for local storage allocatable feature 2017-07-13 12:06:19 -07:00
eviction_manager_test.go Fix issues for local storage allocatable feature 2017-07-13 12:06:19 -07:00
helpers.go Fix issues for local storage allocatable feature 2017-07-13 12:06:19 -07:00
helpers_test.go Merge pull request #48846 from dashpole/remove_ood 2017-07-24 23:05:50 -07:00
threshold_notifier_linux.go There is a rule in using go channel: never close a channel in the 2017-05-11 10:19:28 +08:00
threshold_notifier_unsupported.go Fix threshold notifier build tags 2016-12-12 11:56:07 -05:00
types.go Fix issues for local storage allocatable feature 2017-07-13 12:06:19 -07:00