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
Needs to support having the instance number (for example --instance 1) as part of the data dir file path.
Need to either support inputting the instance numbers by hand or auto generating the set of instance numbers. Probably start with the former
also worth thinking about how these inputs would play if the backend changed from a vanilla server to a k8s cluster. In theory the deployment logic itself changes, but i think conceptually it would something like run N instances of a given network within a namespace as a good parallel