Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add timeout argument to ExecInContainer #33366

Commits on Nov 7, 2016

  1. Add timeout argument to ExecInContainer

    This allows us to interrupt/kill the executed command if it exceeds the
    timeout (not implemented by this commit).
    
    Set timeout in Exec probes. HTTPGet and TCPSocket probes respect the
    timeout, while Exec probes used to ignore it.
    
    Add e2e test for exec probe with timeout. However, the test is skipped
    while the default exec handler doesn't support timeouts.
    rhcarvalho committed Nov 7, 2016
    Configuration menu
    Copy the full SHA
    506129b View commit details
    Browse the repository at this point in the history