Skip to content

Commit

Permalink
Add note about container bridge network configuration (bsc#1073030)
Browse files Browse the repository at this point in the history
  • Loading branch information
Markus Napp committed Jan 17, 2019
1 parent faaa01b commit c72f9be
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions xml/deployment_installing_nodes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -650,6 +650,22 @@
<literal>172.16.0.0/13</literal> and where persistent storage access
of the CaaSP cluster should be hosted on.
</para>
<para>
If you need to adjust the overlay network because it collides with an
existing network, you must also manually adjust the container bridge
network on the &admin_node;. To do so, modify the
<filename>/etc/docker/daemon.json</filename> file with the desired
network specification. For example:
</para>
<screen>
{
"bip": "172.26.0.1/16"
}
</screen>
<para>
You must then restart the container service.
</para>
<screen>&prompt.root;<command>systemctl restart docker</command></screen>
</warning>
<variablelist>
<varlistentry>
Expand Down

0 comments on commit c72f9be

Please sign in to comment.