kubernetes-sigs / kubespray

Deploy a Production Ready Kubernetes Cluster
Apache License 2.0
16.21k stars 6.49k forks source link

Cache vagrant boxes #11671

Closed ant31 closed 3 weeks ago

ant31 commented 4 weeks ago

What type of PR is this?

/kind flake

What this PR does / why we need it:

To avoid being rate limited in the CI on vagrant boxes downloads

Which issue(s) this PR fixes:

Special notes for your reviewer:

Does this PR introduce a user-facing change?:

NONE
k8s-ci-robot commented 4 weeks ago

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: ant31

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files: - ~~[OWNERS](https://github.com/kubernetes-sigs/kubespray/blob/master/OWNERS)~~ [ant31] Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment
ant31 commented 4 weeks ago

The cache is working.

The boxes are large, I think it could be improved in the future to

VannTen commented 3 weeks ago

I want to avoid to have one massive cache blob for all jobs

Yeah, that would probably be slower to get all the box when only one or two are needed.

/lgtm