Files
kubernetes/pkg/controller
Kubernetes Submit Queue f2b5600567 Merge pull request #36017 from foxish/kubectl-new-2
Automatic merge from submit-queue

Set reason and message on Pod during nodecontroller eviction

**What this PR does / why we need it**: Pods which are evicted by the nodecontroller due to network partition, or unresponsive kubelet should be differentiated from termination initiated by other sources. The reason/message are consumed by kubectl to provide a better summary using get/describe.

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

**Release note**:
```release-note
Pods that are terminating due to eviction by the nodecontroller (typically due to unresponsive kubelet, or network partition) now surface in `kubectl get` output 
as being in state "Unknown", along with a longer description in `kubectl describe` output.
```
2016-11-03 18:05:44 -07:00
..
2016-10-27 17:25:10 -07:00
2016-10-31 11:13:44 -04:00
2016-11-03 13:47:09 -07:00
2016-10-27 13:30:04 -07:00
2016-10-21 17:32:32 -07:00
2016-10-13 16:10:24 -07:00
2016-10-29 13:30:47 -07:00
2016-10-15 00:21:00 +03:00
2016-07-16 13:48:21 -04:00