Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
0d3c7166
Commit
0d3c7166
authored
Nov 27, 2015
by
mqliang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
optimize priority functions
parent
3cc588b5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
multiple-schedulers.md
docs/proposals/multiple-schedulers.md
+6
-0
No files found.
docs/proposals/multiple-schedulers.md
View file @
0d3c7166
...
@@ -152,6 +152,12 @@ which the client has set a scheduler annotation that does not correspond to a ru
...
@@ -152,6 +152,12 @@ which the client has set a scheduler annotation that does not correspond to a ru
2.
Dynamic launching scheduler(s) and registering to admission controller (as an external call). This also
2.
Dynamic launching scheduler(s) and registering to admission controller (as an external call). This also
requires some work on authorization and authentication to control what schedulers can write the /binding
requires some work on authorization and authentication to control what schedulers can write the /binding
subresource of which pods.
subresource of which pods.
3.
Optimize the behaviors of priority functions in multi-scheduler scenario. In the case where multiple schedulers have
the same predicate and priority functions (for example, when using multiple schedulers for parallelism rather than to
customize the scheduling policies), all schedulers would tend to pick the same node as "best" when scheduling identical
pods and therefore would be likely to conflict on the Kubelet. To solve this problem, we can pass
an optional flag such as
`--randomize-node-selection=N`
to scheduler, setting this flag would cause the scheduler to pick
randomly among the top N nodes instead of the one with the highest score.
## Other issues/discussions related to scheduler design
## Other issues/discussions related to scheduler design
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment