Skip to content

Commit b9e99b4

Browse files
committed
Remove references to 'download-binaries.sh'
1 parent 8c39906 commit b9e99b4

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

pkg/internal/testing/integration/assets/bin/.gitkeep

Lines changed: 0 additions & 1 deletion
This file was deleted.

pkg/internal/testing/integration/doc.go

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@ needed to provide this API is managed by this framework.
88
99
Quickstart
1010
11-
If you want to test a kubernetes client against the latest kubernetes APIServer
12-
and Etcd, you can use `./scripts/download-binaries.sh` to download APIServer
13-
and Etcd binaries for your platform. Then add something like the following to
11+
Add something like the following to
1412
your tests:
1513
1614
cp := &integration.ControlPlane{}
@@ -71,11 +69,6 @@ APIServer, Etcd or KubeCtl.
7169
framework tries to use the binaries `kube-apiserver`, `etcd` or `kubectl` in
7270
the directory `${FRAMEWORK_DIR}/assets/bin/`.
7371
74-
For convenience this framework ships with
75-
`${FRAMEWORK_DIR}/scripts/download-binaries.sh` which can be used to download
76-
pre-compiled versions of the needed binaries and place them in the default
77-
location (`${FRAMEWORK_DIR}/assets/bin/`).
78-
7972
Arguments for Etcd and APIServer
8073
8174
Those components will start without any configuration. However, if you want or

0 commit comments

Comments
 (0)