acrlabs / simkube

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

Restrict to one simulation at a time #58

Closed drmorr0 closed 2 months ago

drmorr0 commented 7 months ago

Description

I don't think we want to run multiple simulations at once in the same simulated cluster, let's make the Controller block/wait until one simulation is complete before starting another one.

code hint