Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Edit suggested in file nodes/scheduling/nodes-scheduler-default.ado #20096

Merged
merged 1 commit into from
Feb 28, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 0 additions & 18 deletions admin_guide/scheduling/scheduler.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -102,12 +102,6 @@ you must explicitly specify the functions in the scheduler configuration file.
{
"name": "PodToleratesNodeTaints"
},
{
"name": "CheckNodeMemoryPressure"
},
{
"name": "CheckNodeDiskPressure"
},
{
"argument": {
"serviceAffinity": {
Expand Down Expand Up @@ -293,18 +287,6 @@ _The default scheduler policy includes this predicate._
{"name" : "PodToleratesNodeTaints"}
----

**_CheckNodeMemoryPressure_** checks if a pod can be scheduled on a node with a memory pressure condition.
_The default scheduler policy includes this predicate._
----
{"name" : "CheckNodeMemoryPressure"}
----

**_CheckNodeDiskPressure_** checks if a pod can be scheduled on a node with a disk pressure condition.
_The default scheduler policy includes this predicate._
----
{"name" : "CheckNodeDiskPressure"}
----

**_CheckVolumeBinding_** evaluates if a pod can fit based on the volumes, it requests, for both bound and unbound PVCs.
* For PVCs that are bound, the predicate checks that the corresponding PV's node affinity is satisfied by the given node.
* For PVCs that are unbound, the predicate searched for available PVs that can satisfy the PVC requirements and that
Expand Down