diff --git a/docs/source/design/control_plane.rst b/docs/source/design/control_plane.rst index 7540fea73b..db1db0dba4 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.