acrlabs / simkube

Record-and-replay Kubernetes simulator based on KWOK
https://appliedcomputing.io/simkube
MIT License
164 stars 7 forks source link

Add Simulation Status fields to the CRD #57

Closed drmorr0 closed 4 months ago

drmorr0 commented 7 months ago

Description

The Simulation Status field is currently empty, we should add some metadata in here. At the least I think we want a link to the driver job and a State (Pending, Running, Finished, Failed). Would be cool if we could give some indication of how far along we are, but this might be trickier.

code hint

Making the CRD changes will require a bit of manual effort but everything else should be straightforward.

drmorr0 commented 4 months ago

I did this at some point.