diff --git a/doc/source/updates/kubernetes/manual-kubernetes-multi-version-upgrade-in-aio-sx-13e05ba19840.rst b/doc/source/updates/kubernetes/manual-kubernetes-multi-version-upgrade-in-aio-sx-13e05ba19840.rst index bdaa37a6e..9b5c1dd3d 100644 --- a/doc/source/updates/kubernetes/manual-kubernetes-multi-version-upgrade-in-aio-sx-13e05ba19840.rst +++ b/doc/source/updates/kubernetes/manual-kubernetes-multi-version-upgrade-in-aio-sx-13e05ba19840.rst @@ -220,8 +220,6 @@ system. This feature is not supported in the system which is not |AIO-SX|. #. |optional| Cordon - .. _cordon: - The :command:`kube-host-cordon` command will evict the regular pods from the host. This command will prevent the application from running on intermediate versions. @@ -295,6 +293,8 @@ system. This feature is not supported in the system which is not |AIO-SX|. #. Upgrade kubelet on controller-0. + .. _upgrade_kubelet: + .. code-block:: none ~(keystone_admin)]$ system kube-host-upgrade controller-0 kubelet @@ -324,10 +324,12 @@ system. This feature is not supported in the system which is not |AIO-SX|. The status **upgraded-kubelet** will be entered when the kubelet upgrade has completed. - Repeat steps :ref:`Cordon ` and :ref:`Upgrade the control plane ` - to reach the target Kubernetes version. For example, in this case, repeat - steps :ref:`Cordon ` and :ref:`Upgrade the control plane ` - twice for the remaining versions v1.23.1 and v1.24.4. + Repeat steps :ref:`Upgrade control plane ` and + :ref:`Upgrade Kubelet ` to reach the target Kubernetes + version. For example, in this case, repeat steps + :ref:`Upgrade control plane ` and + :ref:`Upgrade Kubelet ` twice for the remaining versions + v1.23.1 and v1.24.4. #. |optional| Run the ``uncordon`` subcommand.