Files
kubernetes/pkg
Kubernetes Submit Queue 932bd19fd6 Merge pull request #63332 from zhouhaibing089/exec-timeout
Automatic merge from submit-queue (batch tested with PRs 63792, 63495, 63742, 63332, 63779). 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>.

add timeout for exec interface

This should get us away from situations like https://github.com/kubernetes/kubernetes/issues/63331.

A little bit more context, the `os/exec` package starts to accept `context.Context` in golang 1.7. We should leverage that so we can have a more predictable behavior, then. 

```release-note
NONE
```
2018-05-15 09:04:28 -07:00
..
2018-05-08 18:32:44 -04:00
2018-05-12 02:01:09 -04:00
2018-05-08 18:33:50 -04:00
2018-05-14 20:49:19 +08:00
2018-03-13 17:20:16 +08:00