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
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.localor 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