You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sometimes it was observed that ObjectSync object may contain wrong info about a mission. For ex, I created mission deployment-to-all, and then deleted it, and then re-created it, sometime I saw the following in the cloudcore.log:
Note: I0812 18:25:40.277402 3849537 objectsync.go:108] mission: deployment-to-all has been deleted in K8s, send the delete event to edge
I0812 18:25:45.280821 3849537 objectsync.go:108] mission: deployment-to-all has been deleted in K8s, send the delete event to edge
I0812 18:25:50.345723 3849537 objectsync.go:108] mission: deployment-to-all has been deleted in K8s, send the delete event to edge
It will cause the re-creation of the mission fail, as it will keep trying to delete the mission.
Workaround: delete the coreesponding objectsync object
The text was updated successfully, but these errors were encountered:
sometimes it was observed that ObjectSync object may contain wrong info about a mission. For ex, I created mission deployment-to-all, and then deleted it, and then re-created it, sometime I saw the following in the cloudcore.log:
It will cause the re-creation of the mission fail, as it will keep trying to delete the mission.
Workaround: delete the coreesponding objectsync object
The text was updated successfully, but these errors were encountered: