kubernetes/pkg
Kubernetes Submit Queue a32e5b6a59
Merge pull request #64784 from jiayingz/status-ready
Automatic merge from submit-queue (batch tested with PRs 63717, 64646, 64792, 64784, 64800). 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>.

Reconcile extended resource capacity after kubelet restart.

**What this PR does / why we need it**:

**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 https://github.com/kubernetes/kubernetes/issues/64632

**Special notes for your reviewer**:

**Release note**:

```release-note
Kubelet will set extended resource capacity to zero after it restarts. If the extended resource is exported by a device plugin, its capacity will change to a valid value after the device plugin re-connects with the Kubelet. If the extended resource is exported by an external component through direct node status capacity patching, the component should repatch the field after kubelet becomes ready again. During the time gap, pods previously assigned with such resources may fail kubelet admission but their controller should create new pods in response to such failures.
```
2018-06-06 01:24:21 -07:00
..
api Generate pod ready status with readiness gates 2018-06-04 12:16:56 -07:00
apis Merge pull request #64646 from freehan/pod-ready-plus2-new 2018-06-06 01:24:14 -07:00
auth add myself as an approver in various auth related directories 2018-05-17 11:32:37 -07:00
capabilities
client Autogenerated code 2018-05-15 21:38:54 +02:00
cloudprovider Merge pull request #64727 from yguo0905/tpu-v1-api 2018-06-05 22:24:51 -07:00
controller Merge pull request #63650 from soltysh/issue62382 2018-06-05 22:24:54 -07:00
credentialprovider Use new clients in Azure credential provider 2018-04-26 09:38:48 +08:00
features Switch to Beta 2018-06-06 00:23:16 +02:00
fieldpath
generated generated: 2018-06-01 14:28:07 -07:00
kubeapiserver Merge pull request #64326 from andrewsykim/default-disable-pvl 2018-05-28 03:19:17 -07:00
kubectl Merge pull request #59579 from fbac/kubectl-cani-exitcode 2018-06-05 07:01:06 -07:00
kubelet Merge pull request #64784 from jiayingz/status-ready 2018-06-06 01:24:21 -07:00
kubemark Remove signal handler registration from pkg/kubelet 2018-05-24 20:44:12 +01:00
master Merge pull request #63774 from wgliang/master.test-master 2018-05-31 14:12:18 -07:00
printers API updates for Cinder Volumes to support for user specified Secrets in the future 2018-06-02 22:16:50 -04:00
probe
proxy Merge pull request #61077 from islinwb/fix_ipvs_warninfo 2018-05-31 20:01:26 -07:00
quota Fix quota sync 2018-06-05 04:50:37 -04:00
registry Merge pull request #64639 from sttts/sttts-int64-json 2018-06-02 06:30:22 -07:00
routes
scheduler Fix the handling of untagged images 2018-06-04 13:57:09 -07:00
security Run make update 2018-06-06 00:12:40 +02:00
securitycontext remove unused code in securitycontext 2018-03-29 23:32:48 -07:00
serviceaccount add myself as an approver in various auth related directories 2018-05-17 11:32:37 -07:00
ssh Use Dial with context 2018-05-19 08:14:37 +10:00
util Only mount subpath as readonly if specified in volumeMount 2018-06-04 12:05:23 -07:00
version
volume Merge pull request #64732 from jingxu97/June/attachVolumeLimit 2018-06-05 17:24:40 -07:00
watch/json
windows/service
.import-restrictions
BUILD
OWNERS