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
YevheniiSemendiak
changed the title
neuro job generate-run-command handles --pass-config in a wrong waygenerate-run-command handles --pass-config in a wrong way
Apr 1, 2021
Description:
If you run a job with
--pass-config
enabled and afterward, usegenerage-run-command
, the resulted command will contain:--pass-config
flag, which under the hood uploads config to storage, and mounts it to the job with volume and ENV variable.As a result, the setup will be conflicting and you will not be able to re-run the job.
Example:
eval $(neuro job generate-run-command test-pass-config)
- fails.Also, the error reported by CLI is not clear:
Expected behavior:
generate-run-command
does not mount previous--pass-config
volume and ENV.Additional context:
Neuro Platform Client 21.3.3
The text was updated successfully, but these errors were encountered: