purple-match-42006
11/17/2022, 1:28 PMpyflyte run --remote
is in the Running
state in the console, a workflow
is created but in propeller there is an error logged:
E1117 09:51:41.531924 1 workers.go:102] error syncing 'flytesnacks-development/fdc00f514c7f24074ba8': failed to update object (Update for <http://flyte.lyft.com/v1alpha1|flyte.lyft.com/v1alpha1>, Kind=FlyteWorkflow) managed fields: failed to update ManagedFields: failed to convert old object: <http://flyte.lyft.com/v1alpha1|flyte.lyft.com/v1alpha1>, Kind=FlyteWorkflow is unstructured and is not suitable for converting to ""
Do you know where that error is coming from? Sounds like the controller wants to update the workflow but something breaks. Could it be related to the cluster version?freezing-airport-6809
freezing-airport-6809
hallowed-mouse-14616
11/17/2022, 3:33 PMManagedFields
to define which entities are allowed to modify status data in a CRD. Flyte uses the FlyteWorkflow CRD to schedule and track workflow execution. As FlytePropeller is the only entity that access this CRD we choose to clear the ManagedFields
to reduce the CRD size and improve performance. It seems there is an issue here where k8s is rejecting this updated.hallowed-mouse-14616
11/17/2022, 3:33 PMfreezing-airport-6809
hallowed-mouse-14616
11/17/2022, 3:50 PMhallowed-mouse-14616
11/17/2022, 3:50 PMpurple-match-42006
11/17/2022, 3:53 PMhallowed-mouse-14616
11/17/2022, 3:55 PMhallowed-mouse-14616
11/17/2022, 4:00 PMpurple-match-42006
11/17/2022, 4:03 PMpurple-match-42006
11/17/2022, 4:04 PMhallowed-mouse-14616
11/17/2022, 4:15 PMpurple-match-42006
11/17/2022, 4:15 PM