-
Notifications
You must be signed in to change notification settings - Fork 105
Description
Is your feature request related to a problem? Please describe.
The problem is, that i can not possibly know which plan was applied to the node in the past. I know, that nodes get labeled with the latestHash of succeeded plans. However, if i simply update the same plan, i'm losing this kind of history information.
Describe the solution you'd like
Maybe the controller can create events for that plan resource that state the targeted nodes, latestHash and latestVersion.
Describe alternatives you've considered
Another possible solution would be to introduce a new CRD that keeps track of revisions of succeeded plans, e.g. planRevisions storing targeted nodes, latestHash and latestVersion.
Additional context
None, but i'm happy to share more context if needed.