-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Running k3s on an airgap environment #172
Comments
This is a duplicate of #166 |
This is definitely on the road map. Image preloading already works (needs documentation). But we need to also do offline helm charts. So still working on that. |
Thanks (and sorry I did not see #166) |
Thanks everyone !!! My test result is: almost OK. Only problem is the default route that prevents k3s from starting, but there is a quirky workaround. Here is my test scenario in case you need it for the documentation
Do I need to do more testing ? |
Thank you @vdups! I will add some info to the docs re this feature and the default route. |
Hi all !
Is your feature request related to a problem? Please describe.
I'd like to be able to deploy small (= 1 node only) environment were node has no access to Internet. This is sometimes related as "airgap" environment.
Describe the solution you'd like
I need to be able to download everything needed for my cluster on one machine which might be connected to Internet and export it as files. In ideal conditions, it would be a Web-browser only machine (no other tools). Situation were I might have to install additional softwares are not critical.
Then, copy all the files (eg, via USB, DVD, other...) to an environment which is not connected to Internet (or filtered) and deploy.
Describe alternatives you've considered
Parsing several issues in k3s projects, I've found relevant information.
My last test was done with 0-2-0-rc4, which closes #141 , #99 and #92 (it will be documented in #167 ).
Steps :
==> Traefik chart is required. Would it be possible to add chart into a new directory, as you did with images ?
Additional context
Not applicable
Thanks for your help :)
The text was updated successfully, but these errors were encountered: