From defc92bb6f152da91d5345c68f41438b75b7e72b Mon Sep 17 00:00:00 2001 From: LN <91385411+Ln11211@users.noreply.github.com> Date: Fri, 7 Oct 2022 12:54:45 +0530 Subject: [PATCH 1/2] Update control_plane.rst Removed the bullet point and updated note. Signed-off-by: LN <91385411+Ln11211@users.noreply.github.com> --- docs/source/design/control_plane.rst | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/source/design/control_plane.rst b/docs/source/design/control_plane.rst index 7540fea73b..298de0d2e2 100644 --- a/docs/source/design/control_plane.rst +++ b/docs/source/design/control_plane.rst @@ -301,9 +301,7 @@ You can use :meth:`~flytekit.remote.remote.FlyteRemote.sync` to sync the entity .. note:: - During the sync, you may come across ``Received message larger than max (xxx vs. 4194304)`` error if the message size is too large. In that case, edit the ``flyte-admin-base-config`` config map using the command ``kubectl edit cm flyte-admin-base-config -n flyte`` to increase the ``maxMessageSizeBytes`` value. Refer to the :ref:`flyte: ` in case you've queries about the command's usage. - -- To fix this error, edit the flyte-admin-base-config config map to increase ``maxMessageSizeBytes`` value. + During the sync, you may come across ``Received message larger than max (xxx vs. 4194304)`` error if the message size is too large. In that case, edit the ``flyte-admin-base-config`` config map using the command ``kubectl edit cm flyte-admin-base-config -n flyte`` to increase the ``maxMessageSizeBytes`` value. Refer to the :ref:`troubleshooting guide: ` in case you've queries about the command's usage. ``node_executions`` will fetch all the underlying node executions recursively. From 8e4e2f4fe73a98f8c91b76fe93ae6e8d5a5aeea0 Mon Sep 17 00:00:00 2001 From: LN <91385411+Ln11211@users.noreply.github.com> Date: Fri, 7 Oct 2022 13:12:02 +0530 Subject: [PATCH 2/2] Update control_plane.rst removed stray colon Signed-off-by: LN <91385411+Ln11211@users.noreply.github.com> --- docs/source/design/control_plane.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/design/control_plane.rst b/docs/source/design/control_plane.rst index 298de0d2e2..db1db0dba4 100644 --- a/docs/source/design/control_plane.rst +++ b/docs/source/design/control_plane.rst @@ -301,7 +301,7 @@ You can use :meth:`~flytekit.remote.remote.FlyteRemote.sync` to sync the entity .. note:: - During the sync, you may come across ``Received message larger than max (xxx vs. 4194304)`` error if the message size is too large. In that case, edit the ``flyte-admin-base-config`` config map using the command ``kubectl edit cm flyte-admin-base-config -n flyte`` to increase the ``maxMessageSizeBytes`` value. Refer to the :ref:`troubleshooting guide: ` in case you've queries about the command's usage. + During the sync, you may come across ``Received message larger than max (xxx vs. 4194304)`` error if the message size is too large. In that case, edit the ``flyte-admin-base-config`` config map using the command ``kubectl edit cm flyte-admin-base-config -n flyte`` to increase the ``maxMessageSizeBytes`` value. Refer to the :ref:`troubleshooting guide ` in case you've queries about the command's usage. ``node_executions`` will fetch all the underlying node executions recursively.