d5924dbaa2
Change-Id: I8a9d1db4cba381e44718f663347efa8eba854a63
14 lines
672 B
YAML
14 lines
672 B
YAML
---
|
|
upgrade:
|
|
- |
|
|
When enabled, a Docker Registry is now deployed on hosts in the
|
|
``docker-registry`` group, which defaults to include the seed. The existing
|
|
behaviour of deploying on the first controller can be retained by removing
|
|
the seed group from ``[docker-registry:children]`` in
|
|
``$KAYOBE_CONFIG_PATH/inventory/groups`` and creating a
|
|
``[docker-registry]`` group including the name of the first controller.
|
|
- |
|
|
Modifies the default value of ``docker_registry_image`` variable to not use
|
|
a private registry in the image name by default. This avoids a potential
|
|
circular dependency during deployment of the registry container.
|