Install guide: set capability_scope to global
This is a required step. Otherwise, Zun won't work properly if there is more than one compute nodes. Change-Id: I7f3f541473396b8d6ced0a0daad8e95a14a6a996
This commit is contained in:
parent
162190a158
commit
f39a3bb6c6
@ -147,7 +147,7 @@ Install and configure components
|
||||
|
||||
# chown zun:zun /etc/zun/zun.conf
|
||||
|
||||
#. Configure Docker:
|
||||
#. Configure Docker and Kuryr:
|
||||
|
||||
* Create the directory ``/etc/systemd/system/docker.service.d``
|
||||
|
||||
@ -172,6 +172,21 @@ Install and configure components
|
||||
# systemctl daemon-reload
|
||||
# systemctl restart docker
|
||||
|
||||
* Edit the Kuryr config file ``/etc/kuryr/kuryr.conf``.
|
||||
Set capability_scope to global:
|
||||
|
||||
.. code-block:: ini
|
||||
|
||||
[DEFAULT]
|
||||
...
|
||||
capability_scope = global
|
||||
|
||||
* Restart Kuryr-libnetwork:
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
# systemctl restart kuryr-libnetwork
|
||||
|
||||
Finalize installation
|
||||
---------------------
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user