Skip to content
Snippets Groups Projects
Commit 25dfc889 authored by Zuul's avatar Zuul Committed by Gerrit Code Review
Browse files

Merge "Document the China registry mirror"

parents 176a72e6 6017d11e
No related branches found
No related tags found
No related merge requests found
...@@ -10,6 +10,24 @@ Failures ...@@ -10,6 +10,24 @@ Failures
If Kolla fails, often it is caused by a CTRL-C during the deployment If Kolla fails, often it is caused by a CTRL-C during the deployment
process or a problem in the ``globals.yml`` configuration. process or a problem in the ``globals.yml`` configuration.
.. note::
In some countries like China, Kolla might fail due to unable to pull images
from `Docker Hub <https://hub.docker.com/u/kolla/>`__. There is a workround
to solve this issue:
.. code-block:: console
mkdir -p /etc/docker
tee /etc/docker/daemon.json <<-'EOF'
{
"registry-mirrors": ["https://registry.docker-cn.com"]
}
EOF
systemctl restart docker
.. end
To correct the problem where Operators have a misconfigured environment, To correct the problem where Operators have a misconfigured environment,
the Kolla community has added a precheck feature which ensures the the Kolla community has added a precheck feature which ensures the
deployment targets are in a state where Kolla may deploy to them. To deployment targets are in a state where Kolla may deploy to them. To
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment