Typo in kubernetes manual upgrade documentation (dsR10, r10)

Change-Id: I5bc6acf465cacf70b4a5384a7b88c1deb22e9dac
Signed-off-by: Suzana Fernandes <Suzana.Fernandes@windriver.com>
(cherry picked from commit 568055663d)
This commit is contained in:
Suzana Fernandes
2025-01-20 11:33:56 +00:00
committed by Suzana Barude Fernandes
parent 7b743ec5fa
commit 006242110a

View File

@@ -225,7 +225,7 @@ and upgrade various systems.
| updated_at | 2023-06-26T18:51:29.486448+00:00 |
+--------------+--------------------------------------+
The state *upgraded-networking* will be entered when the networking
The state ``upgraded-networking`` will be entered when the networking
upgrade has completed.
#. Upgrade the storage, for example:
@@ -266,7 +266,7 @@ and upgrade various systems.
You can upgrade either controller first.
The state *upgraded-first-master* will be entered when the first control
The state ``upgraded-first-master`` will be entered when the first control
plane upgrade has completed.
#. Upgrade the control plane on the second controller, for example:
@@ -286,7 +286,7 @@ and upgrade various systems.
| target_version | v1.22.5 |
+-----------------------+-------------------------+
The state *upgraded-second-master* will be entered when the upgrade has
The state ``upgraded-second-master`` will be entered when the upgrade has
completed.
#. Show the Kubernetes upgrade status for all hosts, for example:
@@ -299,11 +299,11 @@ and upgrade various systems.
+----+--------------+-------------+----------------+-----------------------+-----------------+--------+
| 1 | controller-0 | controller | v1.22.5 | v1.22.5 | v1.21.8 | None |
| 2 | controller-1 | controller | v1.22.5 | v1.22.5 | v1.21.8 | None |
| 3 | worker-0 | worker | v1.18.1 | N/A | v1.18.1 | None |
| 4 | worker- 1 | worker | v1.18.1 | N/A | v1.18.1 | None |
| 3 | worker-0 | worker | v1.21.8 | N/A | v1.21.8 | None |
| 4 | worker-1 | worker | v1.21.8 | N/A | v1.21.8 | None |
+----+--------------+-------------+----------------+-----------------------+-----------------+--------+
The control planes of both controllers are now upgraded to v1.19.13.
The control planes of both controllers are now upgraded to v1.22.5.
#. Upgrade kubelet on both controllers.