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

Configuration for task namespace isolation in task configuration #9970

Closed
shoenig opened this issue Feb 4, 2021 · 1 comment · Fixed by #9990
Closed

Configuration for task namespace isolation in task configuration #9970

shoenig opened this issue Feb 4, 2021 · 1 comment · Fixed by #9990
Assignees
Labels
stage/accepted Confirmed, and intend to work on. No timeline committment though. theme/driver type/enhancement

Comments

@shoenig
Copy link
Member

shoenig commented Feb 4, 2021

Similar to #9969, but enabling job submitters to choose behavior at the jobspec level in task configuration.

pid_mode: "private" or "host" (optional)
ipc_mode: "private" or "host" (optional)

These would be applied per-task, configurable for exec and java tasks.

@shoenig shoenig added type/enhancement theme/driver stage/accepted Confirmed, and intend to work on. No timeline committment though. labels Feb 4, 2021
@shoenig shoenig self-assigned this Feb 4, 2021
shoenig added a commit that referenced this issue Feb 8, 2021
… 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 added a commit that referenced this issue Feb 8, 2021
… 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 added a commit that referenced this issue Feb 8, 2021
… 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
@github-actions
Copy link

I'm going to lock this issue because it has been closed for 120 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 23, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
stage/accepted Confirmed, and intend to work on. No timeline committment though. theme/driver type/enhancement
Projects
None yet
1 participant