-
Notifications
You must be signed in to change notification settings - Fork 226
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
*: multi cluster setup #294
base: main
Are you sure you want to change the base?
Conversation
This reverts commit 9b901f6.
…fault port overriding
rm -rf ./clusters | ||
fi | ||
} | ||
trap 'cleanupClusterDir $?' EXIT |
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.
Deletion looks scary :) Can we backup or add some mitigation/protection?
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.
Hmmm it's a deletion of the folder that I'm just creating. Inside of it, there are only files that I've copied from the existing setup (no moving). I believe it's relatively safe to do so, as I want to achieve replicability - if the script fails, the user can fix the issue and simply run it again.
Multi cluster setup for CDVN.
Useful scripts that will help out users to use 1 EL + 1 CL with multiple Charons + VCs. Users will be able to spin up multiple clusters, without having to start separate EL and CL, saving up tremendous amount of resources.
Scripts have been tested on:
MacOS, with bash v5.2.26: ✅
Fresh Ubuntu, with bash 5.2.21: ✅