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

drivers/exec+java: Add task configuration to restore previous PID/IPC isolation behavior #9990

Merged
merged 1 commit into from
Feb 9, 2021

Commits on Feb 8, 2021

  1. drivers/exec+java: Add task configuration to restore previous PID/IPC…

    … isolation behavior
    
    This PR adds pid_mode and ipc_mode options to the exec and java task
    driver config options. By default these will defer to the default_pid_mode
    and default_ipc_mode agent plugin options created in #9969. Setting
    these values to "host" mode disables isolation for the task. Doing so
    is not recommended, but may be necessary to support legacy job configurations.
    
    Closes #9970
    shoenig committed Feb 8, 2021
    Configuration menu
    Copy the full SHA
    836ee9e View commit details
    Browse the repository at this point in the history