kubernetes/pkg/scheduler/algorithm/predicates
Kubernetes Submit Queue 1f69c34478
Merge pull request #61860 from mindprince/kubernetes.io-resources
Automatic merge from submit-queue (batch tested with PRs 60073, 58519, 61860). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.

Resources prefixed with *kubernetes.io/ should remain unscheduled if they are not exposed on the node.

Currently, resources prefixed with `*kubernetes.io/` get scheduled to any
node whether it's exposing that resource or not.

On the other hand, resources prefixed with `someother.domain/` don't get
scheduled to a node until that node is exposing that resource (or if the
resource is ignored because of scheduler extender).

This commit brings the behavior of `*kubernetes.io/` prefixed resources in
line with other extended resources and they will remain unscheduled
until some node exposes these resources.

Fixes #50658

```release-note
Pods requesting resources prefixed with `*kubernetes.io` will remain unscheduled if there are no nodes exposing that resource.
```

/sig scheduling
/assign jiayingz vishh bsalamat ConnorDoyle k82cn
2018-04-02 17:07:05 -07:00
..
BUILD Update generated files 2018-03-04 14:37:20 -08:00
error.go Fix golint errors in pkg/scheduler based on golint check 2018-02-08 15:22:47 +08:00
metadata_test.go Fix golint errors in pkg/scheduler based on golint check 2018-02-08 15:22:47 +08:00
metadata.go Support cluster-level extended resources in kubelet and kube-scheduler 2018-02-27 17:25:30 -08:00
predicates_test.go Resources prefixed with *kubernetes.io/ should remain unscheduled if they are not exposed on the node. 2018-03-28 17:24:30 -07:00
predicates.go Include volume count while doing balanced resource allocation 2018-03-30 19:11:45 -04:00
testing_helper.go Fix golint errors in pkg/scheduler based on golint check 2018-02-08 15:22:47 +08:00
utils_test.go Refactor HostIP predicate algorithm 2018-01-08 17:10:21 -08:00
utils.go Revert "Revert revert of equivalence class hash calculation in scheduler" 2018-03-23 17:34:49 -07:00