Skip to content

Commit

Permalink
Merge pull request #762 from alenkacz/av/remove-download-binaries
Browse files Browse the repository at this point in the history
 📖 (:book:, docs) Remove references to 'download-binaries.sh'
  • Loading branch information
k8s-ci-robot committed Jan 22, 2020
2 parents 8c39906 + 98e5915 commit 1d2024d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
2 changes: 1 addition & 1 deletion pkg/internal/testing/integration/assets/bin/.gitkeep
Original file line number Diff line number Diff line change
@@ -1 +1 @@
This directory will be the home of some binaries which are downloaded with `pkg/framework/test/scripts/download-binaries`.
This directory will be the home of some binaries which are downloaded with `make test` or `.../hack/check-everything.sh`.
9 changes: 1 addition & 8 deletions pkg/internal/testing/integration/doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@ needed to provide this API is managed by this framework.
Quickstart
If you want to test a kubernetes client against the latest kubernetes APIServer
and Etcd, you can use `./scripts/download-binaries.sh` to download APIServer
and Etcd binaries for your platform. Then add something like the following to
Add something like the following to
your tests:
cp := &integration.ControlPlane{}
Expand Down Expand Up @@ -71,11 +69,6 @@ APIServer, Etcd or KubeCtl.
framework tries to use the binaries `kube-apiserver`, `etcd` or `kubectl` in
the directory `${FRAMEWORK_DIR}/assets/bin/`.
For convenience this framework ships with
`${FRAMEWORK_DIR}/scripts/download-binaries.sh` which can be used to download
pre-compiled versions of the needed binaries and place them in the default
location (`${FRAMEWORK_DIR}/assets/bin/`).
Arguments for Etcd and APIServer
Those components will start without any configuration. However, if you want or
Expand Down

0 comments on commit 1d2024d

Please sign in to comment.