Use dnf instead of yum - Etcd

Change-Id: Ib00ca04c72e06435fff8c291653214cef895b1a3
Closes-Bug: #2093876
This commit is contained in:
Ivan Anfimov 2025-01-13 11:42:53 +00:00
parent 9e0232a9cf
commit c00067e5b4

View File

@ -15,7 +15,7 @@ Install and configure components
.. code-block:: console
# yum install etcd
# dnf install etcd
2. Edit the ``/etc/etcd/etcd.conf`` file and set the ``ETCD_INITIAL_CLUSTER``,
``ETCD_INITIAL_ADVERTISE_PEER_URLS``, ``ETCD_ADVERTISE_CLIENT_URLS``,