Files
kubernetes/pkg/util
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-02-16 13:43:01 -08:00
2018-02-27 11:18:11 -08:00
2018-02-16 13:43:01 -08:00
2018-02-16 13:43:01 -08:00
2018-02-16 13:43:01 -08:00
2018-02-15 18:04:04 -05:00
2017-12-23 13:12:11 -08:00
2018-02-16 13:43:01 -08:00
2017-10-15 18:18:13 -07:00
2018-04-08 16:56:06 +08:00
2017-10-15 18:18:13 -07:00
2018-02-27 11:18:11 -08:00
2018-02-16 13:43:01 -08:00
2018-02-16 13:43:01 -08:00
2018-02-16 13:43:01 -08:00
2017-12-23 13:12:11 -08:00
2017-12-23 13:12:11 -08:00
2018-02-16 13:43:01 -08:00
2017-10-15 18:18:13 -07:00
2017-12-23 13:12:11 -08:00
2017-10-15 18:18:13 -07:00
2018-02-22 23:34:42 -08:00