kubernetes-retired / testing_frameworks

[EOL] test frameworks for testing kubernetes
Apache License 2.0
34 stars 24 forks source link

Provide tar.gz for the assets #33

Closed pwittrock closed 6 years ago

pwittrock commented 6 years ago

We could make the files smaller. This is especially noticeable when download them from a Dockerfile as part of the build.

hoegaarden commented 6 years ago

We are not sure yet on how to go forward with providing all the binaries. We need to think about some update strategy or have a way to get those binaries from upstream (some binaries are not compiled by upstream).

Also the question is, how important those binaries are to users anyway. We thought of them as a help for a quick start, but more advanced users would probably have their own set of pre-compiled binaries available anyway and use them. And as soon as this repo is vendored into k/k or used there we will most probably hook into the makefile and depend on the compilation of the binaries we need.

We sure can package the binaries in a tarball, but before doing so, I'd like to get some process around updating the existing binaries.