Skip to content

Commit

Permalink
Remove references to 'download-binaries.sh'
Browse files Browse the repository at this point in the history
  • Loading branch information
alenkacz committed Jan 18, 2020
1 parent 8c39906 commit b9e99b4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
1 change: 0 additions & 1 deletion pkg/internal/testing/integration/assets/bin/.gitkeep

This file was deleted.

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 b9e99b4

Please sign in to comment.