-
Notifications
You must be signed in to change notification settings - Fork 31
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
Install of supporting tools also setups minikube #292
Comments
Are you looking to separate the other prerequisites out in a separate script, or make the minikube setup only happen when kubectl cannot connect to a manager node? |
Ideally, I would love to figure out some way to do this like some other projects. e.g.
I separate 2 and 3 here because as we are developing out FRSCA there's inevitably options we're keeping simple for a Dev install but probably want to allow lots of options to tweak on a non-local install. |
Restructuring the scripts could look like:
If 3 is skipped, we'll need a way to inject a lot of configuration into 4, or leave that up to an exercise for the user. But I do like the idea of separating out those assumptions to make it clear what organizations should provide outside of the FRSCA cluster. |
Yep. Might be worthwhile to talk through some of this in #frsca slack room and maybe a call. I think there are some quick things we can do now while figuring out some of the other things. e.g. create a container or flatpak or something for the dev tools like cosign. Installing to folks' |
00-setup-minikube.sh
installs the support tools likejq
along with installingminikube
and setting it up. This means if someone has an external cluster they still need to set up a local minikube if using the install scripts.The text was updated successfully, but these errors were encountered: