File tree Expand file tree Collapse file tree 1 file changed +1
-8
lines changed
pkg/internal/testing/integration Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -8,9 +8,7 @@ needed to provide this API is managed by this framework.
8
8
9
9
Quickstart
10
10
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
14
12
your tests:
15
13
16
14
cp := &integration.ControlPlane{}
@@ -71,11 +69,6 @@ APIServer, Etcd or KubeCtl.
71
69
framework tries to use the binaries `kube-apiserver`, `etcd` or `kubectl` in
72
70
the directory `${FRAMEWORK_DIR}/assets/bin/`.
73
71
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
-
79
72
Arguments for Etcd and APIServer
80
73
81
74
Those components will start without any configuration. However, if you want or
You can’t perform that action at this time.
0 commit comments