Open Sftobias opened 1 month ago
Hi @Sftobias
The "data-root": "/mnt/data",
option should be added just in case of the "nomad_volume" nodes not in all the cases, right?
Thats correct, in other words should be added on clients (every client has mounted a volume afaik). But that options are not applying even if there is a volume defined, i got problems adding some GPU nodes.
and the "registry-mirrors"
is also needed in all the "nomad_clients"
or only in the volume ones?
I think that should be on every client that uses docker, so it should always be present.
Issue: Docker Daemon Configuration Not Loading Correctly
Description: The Ansible role for configuring the Docker daemon does not load the expected configuration correctly. Instead of the desired configuration, the following is being applied:
However, the expected configuration should include additional parameters such as
data-root
andregistry-mirrors
. The correct configuration should look like this:Expected behavior: The Ansible role should configure the Docker daemon with the complete expected settings, including the
data-root
andregistry-mirrors
fields.Steps to reproduce:
/etc/docker/daemon.json
configuration file.Possible cause: Ansible roles are aplying the default docker configuration, or are not including all the expected parameters.
Environment:
Additional context: