-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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
support download files for Offline deployment #8954
Labels
kind/feature
Categorizes issue or PR as related to a new feature.
Comments
willzhang
added
the
kind/feature
Categorizes issue or PR as related to a new feature.
label
Jun 12, 2022
that's exactly what I need, so leave it to me, I will handle it😁 |
or wget with -x option
and the temp/files will be
then
change this in offline.yml
let it default to be:
|
@willzhang this might work, but the directory hierarchy is too deep.😀 |
greate job, thanks. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What would you like to be added:
support download files for Offline deployment.
Why is this needed:
Offline deployment too hard now.
ref here : https://kubespray.io/#/docs/offline-environment
it say i need a HTTP reverse proxy/cache/mirror to serve some static files (zips and binaries),
so what i do:
1、step 1 : generate files.list by generate_list.sh
https://github.com/kubernetes-sigs/kubespray/tree/master/contrib/offline#generate_listsh
2、step 2 : download files
and the temp/files will be
3、step 3 : copy files to my nginx file server
then the problems is i must change env one by one in offline.yml
https://github.com/kubernetes-sigs/kubespray/blob/master/inventory/sample/group_vars/all/offline.yml
must change all to ---->
what need
and the temp/files will be
and offline.yml default is follow , and no need to change anything
The text was updated successfully, but these errors were encountered: