Provide command to check RECONCILED state(r5, r6, r7, r8, dsR5, dsR6, dsR7, dsR8)

Change-Id: I2d4dfa2fe13107e842e9a8707e254fa422eaac6d
Signed-off-by: Ngairangbam Mili <ngairangbam.mili@windriver.com>
(cherry picked from commit ed77d8c8ee)
This commit is contained in:
Ngairangbam Mili
2023-06-12 07:34:42 +00:00
parent 56874a0e1d
commit de76563f56

View File

@@ -22,6 +22,12 @@ Controller using the rehoming playbook.
The system time should be accurately configured on the System Controllers The system time should be accurately configured on the System Controllers
and the subcloud's controllers before rehoming the subcloud. and the subcloud's controllers before rehoming the subcloud.
.. warning::
Do not rehome a subcloud if the RECONCILED status on the system resource or
any host resource of the subcloud is FALSE. To check the RECONCILED status,
run the :command:`kubectl -n deployment get system` and :command:`kubectl -n deployment get hosts` commands.
Use the following procedure to enable subcloud rehoming and to update the new Use the following procedure to enable subcloud rehoming and to update the new
subcloud configuration \(networking parameters, passwords, etc.\) to be subcloud configuration \(networking parameters, passwords, etc.\) to be
compatible with the new System Controller. compatible with the new System Controller.
@@ -97,10 +103,6 @@ There are six phases for Rehoming a subcloud:
``--install-values`` option, when running the remote subcloud reinstall, ``--install-values`` option, when running the remote subcloud reinstall,
upgrade or restore commands. upgrade or restore commands.
.. warning::
Do not rehome a subcloud if the RECONCILED status on the system host
or any host resource of the subcloud is FALSE.
.. note:: .. note::