kubernetes/pkg/scheduler
Kubernetes Submit Queue 74089bc4bb
Merge pull request #58737 from NickrenREN/fix-scheduler-ephemeral-storage
Automatic merge from submit-queue. 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>.

Subtract local ephemeral storage resource from NodeInfo when removing pod

**What this PR does / why we need it**:
When we are removing pods, we need to subtract local ephemeral storage resource from NodeInfo

**Which issue(s) this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close the issue(s) when PR gets merged)*:
Fixes #

**Special notes for your reviewer**:

**Release note**:
```release-note
NONE
```

/kind bug
/sig storage
/sig scheduling

/assign @jingxu97  @bsalamat
2018-02-11 13:43:01 -08:00
..
algorithm fix all the typos across the project 2018-02-11 11:04:14 +08:00
algorithmprovider Fix to register priority function ResourceLimitsPriority correctly. 2018-02-06 20:08:11 -05:00
api Fix golint errors in pkg/scheduler based on golint check 2018-02-08 15:22:47 +08:00
core Fix golint errors in pkg/scheduler based on golint check 2018-02-08 15:22:47 +08:00
factory fix all the typos across the project 2018-02-11 11:04:14 +08:00
metrics Fix golint errors in pkg/scheduler based on golint check 2018-02-08 15:22:47 +08:00
schedulercache release local ephemeral storage resource when removing pod 2018-02-10 11:36:11 +08:00
testing Fix golint errors in pkg/scheduler based on golint check 2018-02-08 15:22:47 +08:00
util Fix golint errors in pkg/scheduler based on golint check 2018-02-08 15:22:47 +08:00
volumebinder Fix scheduler refs in BUILD files. 2018-01-05 15:05:01 -08:00
BUILD Fix scheduler refs in BUILD files. 2018-01-05 15:05:01 -08:00
OWNERS Move scheduler code out of plugin directory. 2018-01-05 15:05:01 -08:00
scheduler.go Replace nominateNodeName annotation with PodStatus.NominatedNodeName in scheudler logic 2018-02-02 13:06:33 -08:00
scheduler_test.go Merge pull request #59281 from bsalamat/nominated_node 2018-02-07 15:27:43 -08:00
testutil.go remove unused func in FakeConfigurator of scheduler 2018-01-25 16:08:13 +08:00