Skip to content

blalor/qpkg-nomad

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

enabling ACLs

reference

as admin on the NAS:

  1. cd $( getcfg Nomad Install_Path -f /etc/config/qpkg.conf )
  2. nomad acl bootstrap and record output
  3. ensure working: NOMAD_TOKEN=<Secret ID> nomad node status -self
  4. generate token for init script: NOMAD_TOKEN=<Secret ID> ./generate-init-script-token.sh
  5. ensure working: NOMAD_TOKEN=$( cat startup-shutdown-token ) nomad node status -self
  6. unset NOMAD_TOKEN; ./nomad.sh restart to ensure everything really works

Releases

No releases published

Packages

No packages published