-
Notifications
You must be signed in to change notification settings - Fork 3
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
[Docs] Document how to use mirror for crcbundle download #7
Comments
@cjeanner you can upload the bundle to any local mirror and then use
|
oohhh - I was wondering if that |
@cjeanner https://crc.dev/blog/posts/2022-09-26-bundle-option-in-crc/ it can accept even image URI :) |
Looks like we have the proper doc in config section but not part of setup so may be we should fix that.
|
Making this a documentation task, as there is nothing for us to fix here, besides maybe a small change in |
Hello,
In order to make some faster bootstrapping of CRC (I'm iterating some tests here), it would be really nice if we could use a custom mirror for the crcbundle download.
From what I could see, this is currently not possible, and the version as well as the location of the bundle seem to be fixed[1].
While downloading 3GB isn't really an issue on my internet line, it may happen the remote server hosting the bundle is a bit slow - and this has a non-null impact on my local testings.
Also, having the capability to use a local mirror would avoid many, many hits against the hosting service, allowing better network management all the way.
Something like
crc setup --mirror http://mirror.local
or the like would be really, really nice :).Cheers,
C.
[1] https://github.com/crc-org/crc/blob/bdda86992d74bc055b71039d2f1664b159bde51a/pkg/crc/machine/bundle/constants.go#L17
The text was updated successfully, but these errors were encountered: