diff --git a/pkg/internal/testing/integration/doc.go b/pkg/internal/testing/integration/doc.go index bbd88d94a9..62a0367311 100644 --- a/pkg/internal/testing/integration/doc.go +++ b/pkg/internal/testing/integration/doc.go @@ -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{} @@ -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