What does mean when I try running nomad run job.hcl
and it keeps returning the output:
==> 2021-11-23T18:22:31-08:00: Monitoring evaluation "2251f5d3"
2021-11-23T18:22:31-08:00: Evaluation triggered by job "nginx"
==> 2021-11-23T18:22:32-08:00: Monitoring evaluation "2251f5d3"
2021-11-23T18:22:32-08:00: Evaluation within deployment: "f8e61cd2"
2021-11-23T18:22:32-08:00: Evaluation status changed: "pending" -> "complete"
==> 2021-11-23T18:22:32-08:00: Evaluation "2251f5d3" finished with status "complete"
==> 2021-11-23T18:22:32-08:00: Monitoring deployment "f8e61cd2"
! Deployment "f8e61cd2" cancelled
2021-11-23T18:22:32-08:00
ID = f8e61cd2
Job ID = nginx
Job Version = 6
Status = cancelled
Description = Cancelled due to newer version of job
Deployed
Task Group Desired Placed Healthy Unhealthy Progress Deadline
nginx 1 1 0 1 2021-11-23T18:19:42-08:00
Even though I update the job.hcl
file, and I run nomad run job.hcl
again, it just keeps returning the same output. How do I get around this?