You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
When non-isolation execution is needed (e.g. because isolation does not work for a certain binary), then the configuration file of the native plugin has to be changed. This then affects all FDUs deployed to this node, instead of just the FDUs that really need to run in non-isolated mode.
Describe the solution you'd like
Maybe add an flag in the FDU inside the command tree, something like isolated: False, which then tells the native plugin to use non-isolated mode.
The default should be True, as most of the times isolated execution is desired
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
When non-isolation execution is needed (e.g. because isolation does not work for a certain binary), then the configuration file of the native plugin has to be changed. This then affects all FDUs deployed to this node, instead of just the FDUs that really need to run in non-isolated mode.
Describe the solution you'd like
Maybe add an flag in the FDU inside the command tree, something like
isolated: False
, which then tells the native plugin to use non-isolated mode.The default should be True, as most of the times isolated execution is desired
The text was updated successfully, but these errors were encountered: