-
Notifications
You must be signed in to change notification settings - Fork 53
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
Error: job already exists and is not managed by nomad pack #561
Comments
Hi @ruslan-y! Just for clarity, was the job deployed by Nomad Pack before? Are you updating the job outside of Pack at all? (Ex are you also running Autoscaler or running |
@tgross Yes, the job was deployed by Nomad Pack before. |
Ok, thanks for the clarification. I'll mark this issue for roadmapping. |
@tgross I also realized that if you stop the job in the Nomad UI and then run it again, the next attempt to deploy by |
@ruslan-y can confirm that is also happening to me with nomad-pack 0.1.2 and nomad 1.8.3. |
For the moment, this basically renders nomad-pack unusable for anyone that uses the nomad ui to manage jobs (as the job becomes unmanageable by nomad-pack once the UI interacts with it). |
Is there any update on this issue? |
Hello, is there any update on this? |
nomad-pack/internal/runner/job/conflict.go Lines 56 to 64 in 3c0178a
Looks like there is a key lookup in the |
I confirm, i have the same issue because i stop and restart the job from the ui, At least a |
I solved it to cicd needs by generating the job spec in hcl format using |
Hi!
After updating a
nomad-pack
to version0.1.2
, sometimes an error occurs:If you remove a job from the cluster, it will be redeployed correctly, but after some time, this error occurs again.
The text was updated successfully, but these errors were encountered: