Commit Graph

12 Commits

Author SHA1 Message Date
Kubernetes Submit Queue 9979d3736e Merge pull request #1162 from dashpole/priority_eviction
Automatic merge from submit-queue.

Update priority eviction docs

After discussion with @dchen1107 and @bsalamat I think it would be simpler to start with a tiered eviction sorting rather than by using a function.  See https://github.com/kubernetes/community/pull/846#pullrequestreview-66920328 for some of the rationale.

This PR makes two changes:

1. Changes the release at which changes take effect to 1.9 (since implementation missed 1.8)
2. Changes the strategy from (usage > requests, func(priority, usage - requests)) to (usage > requests, priority, usage - requests)

cc @dchen1107 @derekwaynecarr @vishh
2017-10-06 13:05:39 -07:00
David Ashpole 4b70550e0e update priority eviction docs 2017-10-06 10:24:11 -07:00
huzhengchuan 43d291131b Fix typos 2017-10-06 20:51:30 +08:00
Lee Verberne 473c49d6cb Name PodExecOptions fields as recommended by API reviewer 2017-09-27 22:09:28 +02:00
Lee Verberne 8136e3da87 Move Pod Troubleshooting proposal into node subdir 2017-09-25 11:08:37 +02:00
Slava Semushin f521a9e39d Rename security-context-constraints.md to pod-security-policy.md
Aso removes Google Analytics link.
2017-09-21 22:03:32 +02:00
Slava Semushin ca6e45b508 Fix broken links after moving proposals to subdirs. 2017-09-21 16:25:49 +02:00
Garrett Rodrigues 9b399e0355 addressed pr comments 2017-09-14 10:30:42 -07:00
Garrett Rodrigues 964df1ad77 addressing claytons comments 2017-09-14 10:27:05 -07:00
Garrett Rodrigues 18958f8256 addressing Brians comments 2017-09-14 10:27:05 -07:00
Garrett Rodrigues 680e1b43da moved but forgot to commit 2017-09-14 10:27:05 -07:00
Garrett Rodrigues 3034683c59 first pass at organizing design proposals folder 2017-09-14 10:27:05 -07:00