-
Notifications
You must be signed in to change notification settings - Fork 6
feat: Add cluster config selector #399
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
| "forceReset": true, | ||
| "vats": { | ||
| "main": { | ||
| "bundleSpec": "http://localhost:3000/sample-vat.bundle", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The current sample vat assumes the three vat subcluster configuration and will most likely behave badly when run by itself. This is probably a good opportunity to set things up with more than one vat definition in the vats directory.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok, I've added an empty one for now and we will revisit this config when we have another meaningful example vat to add.
e670e99 to
cf08539
Compare
rekmarks
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, just needs conflict resolution.
0100819 to
046500a
Compare
Closes #400
Adds a template selector dropdown to the ConfigEditor component that allows users to quickly switch between different cluster configurations (Default with Alice/Bob/Carol vats, or Minimal with single MainVat).