Category: nomad

  • Nomad extra_hostsĀ is not propagated into the docker containersĀ /etc/hosts

    When you’re using Hashicorp Nomad + Consul Connect the docker extra_hosts argument is not propagated to containers.Here is a quick workaround to append custom values to /etc/hosts of your containers.Add the following task in your group, task will start first and exit (0). Reference of the bug that will soon be fixed, I hope https://github.com/hashicorp/nomad/issues/11056

  • Airlock custom patch for pre-reboot tasks execution

    To quickly introduce it, airlock is a reboot manager that manages the possibility for a server to request its auto reboot in order to apply an update. It is able to manage a lock on a fleet of machines and give the green light (or not), to Zincati, Airlock is developed by the Coreos team.…