-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
In GitLab by @skolen on Nov 25, 2021, 15:18
After a crash, a VILLAScontroller should be able to recover all the items that it controlled before (not only the default items).
Simple approach: Checkpoint the controlled items in a file or DB once the set of controlled items changes, e.g. if a new simulator is created. Then this Checkpoint can be used to recover from a crash.
Question: Where to safely store the Checkpoint so that it is not destroyed with a crash? Separate Checkpoint config map in k8s for each controller?
Metadata
Metadata
Assignees
Labels
No labels