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
We are tracking this PR #5726 - which fixes a known issue with external drivers being able to use the executor package in Nomad correctly. You'll need to wait till that PR is merged and then recompile your driver after updating your nomad dependencies.
Will close this for now, feel free to open another issue once you make more progress after updating your code with PR #5726
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.
Hi there!
tldr: I'm trying to write a TaskDriver plugin and seeing this error:
Nomad version
Nomad v0.9.3 (c5e8b66)
Single Node, configured as both Client & Server.
Operating system and Environment details
Mac OS Mojave 10.14.4
Issue
When submitting a Job with my new driver, I get the following error:
The driver is properly registered according to this log statement:
The task is started:
The error seems to come from:
Reproduction steps
The custom driver implementation is almost a verbatim copy of the Java TaskDriver, with a few changes to
Config
andexecutor.ExecCommand.Cmd
Job file (if appropriate)
see above
Nomad Server logs (if appropriate)
see above
I'm most likely doing something wrong, like not properly registering the driver or misunderstanding the executor logic. Thoughts? Thanks!
The text was updated successfully, but these errors were encountered: