open-nomad/drivers/java
Seth Hoenig 8ee9835923 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
2021-02-08 14:26:35 -06:00
..
test-resources add java driver tests 2018-11-06 12:41:39 -08:00
driver.go drivers/exec+java: Add task configuration to restore previous PID/IPC isolation behavior 2021-02-08 14:26:35 -06:00
driver_pre09.go drivers: always initialize taskHandle.logger 2019-11-22 10:44:59 -05:00
driver_test.go drivers/exec+java: Add configuration to restore previous PID/IPC namespace behavior. 2021-02-05 15:52:11 -06:00
handle.go goimports 2019-01-22 15:44:31 -08:00
state.go Implement java driver 2018-11-06 12:41:39 -08:00
utils.go Fix for Java fingerprinter on macOS (#9225) 2020-11-01 13:20:31 -05:00
utils_test.go drivers/java: restore 0.8.7 java version detection (#5317) 2019-02-12 13:41:26 -05:00