1
0
mirror of https://github.com/kubernetes-sigs/descheduler.git synced 2026-01-26 05:14:13 +01:00
Commit Graph

1724 Commits

Author SHA1 Message Date
Avesh Agarwal
2b6ba4b47e Sample rescheduler policy yaml file. 2017-08-04 10:28:32 -04:00
Avesh Agarwal
02382b61f7 Update rescheduler strategies types. 2017-08-04 09:59:40 -04:00
Avesh Agarwal
4be75d86f6 Implement resource utilization threhsolds types. 2017-08-03 19:39:52 -04:00
Avesh Agarwal
adb84cab8d Update duplicate pods removal strategy. 2017-08-03 02:07:50 -04:00
Avesh Agarwal
7a2a3ce91a Update rescheduler implementation code. 2017-08-03 01:11:42 -04:00
Avesh Agarwal
a73f81ecfa Update duplicate strategy implementation. 2017-08-03 00:56:43 -04:00
Avesh Agarwal
44fb747a4a Update eviction util implementation. 2017-08-03 00:15:18 -04:00
Avesh Agarwal
943a3826f3 Implement low node utilization strategy. 2017-08-03 00:14:59 -04:00
Avesh Agarwal
f5bdfda234 Implement duplicate removal strategy. 2017-08-03 00:14:30 -04:00
Avesh Agarwal
186012fb0c Implement rescheduler implementation. 2017-08-03 00:14:02 -04:00
Avesh Agarwal
4969ffedf9 Update eviction util implementation. 2017-08-03 00:13:38 -04:00
Avesh Agarwal
77c9efc738 Implement pod eviction mechanism. 2017-08-02 14:20:02 -04:00
Avesh Agarwal
5986d15df2 Implement daemonset check. 2017-08-02 13:04:09 -04:00
Avesh Agarwal
81e60b1e50 Implement pod with local storage check. 2017-08-01 18:31:52 -04:00
Avesh Agarwal
4d289d32e4 Implement check for if a server support eviction sub resource. 2017-08-01 11:22:22 -04:00
Avesh Agarwal
062b8698c7 Implement mirror pod check. 2017-08-01 11:21:43 -04:00
Avesh Agarwal
4ad64d2ad4 Implement various pods implementation. 2017-07-31 22:27:46 -04:00
Avesh Agarwal
0f3704e8ea Update node implementation. 2017-07-31 22:27:32 -04:00
Avesh Agarwal
cc8a3ca4f3 Fix node implementation. 2017-07-31 21:03:04 -04:00
Avesh Agarwal
2285ff5c13 Update rescheduler implementation. 2017-07-31 20:57:56 -04:00
Avesh Agarwal
5968d21701 Implement pod related utilities. 2017-07-31 20:48:14 -04:00
Avesh Agarwal
e3f68ba06e Implement pod related utilities. 2017-07-31 20:45:54 -04:00
Avesh Agarwal
fe91cca2f3 Refactor code around utils and client. 2017-07-31 18:54:26 -04:00
Avesh Agarwal
5df7cb85d4 Fix rescheduler's node implementation. 2017-07-31 15:48:08 -04:00
Avesh Agarwal
2217fcbd01 Fix rescheduler's server code. 2017-07-31 15:47:54 -04:00
Avesh Agarwal
69ecd89cc6 Update rescheduler's server implementation. 2017-07-31 01:38:36 -04:00
Avesh Agarwal
8c52a48356 Commit updated glide.lock. 2017-07-31 01:33:49 -04:00
Avesh Agarwal
f8f7876e84 Fix rescheduler node implementation. 2017-07-31 01:31:43 -04:00
Avesh Agarwal
568d898372 Update vendor dependencies. 2017-07-31 01:25:03 -04:00
Avesh Agarwal
6b4d6906e7 Fix node lister imports. 2017-07-31 01:23:17 -04:00
Avesh Agarwal
28a5d64cd7 Update nodelister implementation. 2017-07-31 01:21:16 -04:00
Avesh Agarwal
d3c5104cfe Implement rescheduler's node lister. 2017-07-31 01:18:18 -04:00
Avesh Agarwal
00a30509d6 Implement ready node lister. 2017-07-31 01:13:49 -04:00
Avesh Agarwal
c649c97cfb Fix rescheduler compile errors. 2017-07-30 19:11:08 -04:00
Avesh Agarwal
81c5f24d72 Update vendor dependencies. 2017-07-30 18:48:49 -04:00
Avesh Agarwal
49314d8418 Implement utils package. 2017-07-30 18:40:01 -04:00
Avesh Agarwal
9e1635a95a Implement rescheduler client. 2017-07-30 18:38:46 -04:00
Avesh Agarwal
5020d89c4c Update component config version types. 2017-07-30 18:38:18 -04:00
Avesh Agarwal
b050ebc406 Update componentconfig types. 2017-07-30 18:29:53 -04:00
Avesh Agarwal
b389610d57 Fix rescheduler server. 2017-07-30 18:24:27 -04:00
Avesh Agarwal
b87cc3594c Update rescheduler server and options. 2017-07-30 18:23:31 -04:00
Avesh Agarwal
68889104b3 Update vendor dependencies. 2017-07-30 12:34:27 -04:00
Avesh Agarwal
1fb6d17852 Update rescheduler server.go. 2017-07-30 12:32:32 -04:00
Avesh Agarwal
ad6cb70497 Update glide yaml with specific version of spf13/cobra, otherwise
the latest is failing.
2017-07-30 12:27:48 -04:00
Avesh Agarwal
d390095f4e Fix rescheduler main package. 2017-07-30 12:27:37 -04:00
Avesh Agarwal
cbbb8c0615 Fix rescheduler server command. 2017-07-30 12:27:16 -04:00
Avesh Agarwal
f6d1c9b47b Fix rescheduler options. 2017-07-30 12:26:50 -04:00
Avesh Agarwal
5c49b08168 Update glide dependencies. 2017-07-30 11:56:08 -04:00
Avesh Agarwal
d71947a560 Implemented rescheduler command main package. 2017-07-30 11:53:42 -04:00
Avesh Agarwal
679b02b635 Add rescheduler server command implementation. 2017-07-30 11:53:23 -04:00