-
Notifications
You must be signed in to change notification settings - Fork 21
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
Create tool to make airgapped easier #364
Comments
We need to look at Hauler used by RGS: |
Images part can be solved with hauler and packaging CAPI operator providers through the upstream CAPI operator plugin |
@alexander-demicev can this perhaps be reopened, as IMO it's not completely resolved yet If you check the discussion on suse-edge/charts#154 you can see that we still need a way to make management of the provider ConfigMaps easier, for now I created a chart to handle that for the edge use-case, but in future it would be better to have a solution provided via Turtles directly IMO. I like the suggestion made by @Danil-Grigorev that we could package the provider ConfigMaps inside a container image (to work around the helm size limit issue), this could be applied via a pre-install hook perhaps or even be supported directly in the CAPI operator perhaps (optional initContainer which loads the ConfigMaps?) |
@hardys Sounds reasonable, I will reopen the issue |
Closing in favor of #968 |
A common scenario for our customers is running Rancher in an air-gapped environment.
For CAPI this would require the use of:
Currently this is a very manual process and so we can to create some tooling (i.e. a CLI) that will make this easier.
Todo:
The text was updated successfully, but these errors were encountered: