Connection lost
Trying to reconnect…
Server didn't respond
Recovering…
HashiCorp Nomad
v0.1.6Deep Nomad operations — full job lifecycle (inspect, history, scale, dispatch, revert, promote, stop), allocation introspection + restart + signal + stop, node fleet management (drain, eligibility, purge), evaluation + deployment status, operator raft + autopilot, CSI + host volumes, ACL policies + tokens, namespaces + quotas. Authenticates via NOMAD_ADDR + NOMAD_TOKEN on the runner host.
Install
emisar pack install
validates the pack and verifies its content hash before copying it into /etc/emisar/packs.
The --hash
below pins the
install to the exact bytes on this page — a tampered copy is rejected. After
install, reload the runner; it re-reads the catalog and advertises every action.
content hash: sha256:dbd62a057f81bc25c383c6e770196893aec9f50051ee9c320ab1efd4a9e1a16c
sudo emisar pack install nomad \ --hash sha256:dbd62a057f81bc25c383c6e770196893aec9f50051ee9c320ab1efd4a9e1a16c \ --dest /etc/emisar/packs # Reload so the runner re-reads the catalog: sudo systemctl reload emisar
Actions 49 total
View on GitHub-
nomad acl policy list
-
nomad acl token self
-
nomad server force-leave <node>
-
nomad agent-info
-
nomad server members
-
GET /v1/agent/self
-
nomad alloc logs <alloc> <task> (stdout)
-
nomad alloc logs -stderr <alloc> <task>
-
nomad alloc restart <id> [task]
-
nomad alloc signal -s <signal> <id> [task]
-
GET /v1/client/allocation/<id>/stats
-
nomad alloc status <id>
-
nomad alloc stop <id>
-
nomad volume status
-
nomad volume status <id>
-
nomad deployment status <id>
-
nomad eval list
-
nomad eval status <id>
-
Host volumes from /v1/nodes
-
nomad job allocs <id>
-
nomad job deployments <id>
-
nomad job dispatch <id>
-
nomad job eval <id> (force re-evaluation)
-
nomad job history <id>
-
nomad job inspect <id>
-
nomad job periodic force <id>
-
nomad job promote <id>
-
nomad job revert <id> <version>
-
nomad job scale <id> <group> <count>
-
nomad job status (all)
-
nomad job status <id>
-
nomad job stop <id>
-
GET /v1/status/leader
-
nomad namespace list
-
nomad node drain -enable
-
nomad node drain -disable
-
nomad node eligibility -disable
-
nomad node eligibility -enable
-
Nodes with eligibility != eligible
-
nomad node purge
-
nomad node status
-
nomad node status <id>
-
nomad operator autopilot get-config
-
GET /v1/operator/autopilot/state
-
nomad operator raft list-peers
-
nomad operator raft remove-peer
-
nomad quota list
-
nomad server members (json)
-
nomad system gc