Add note to TEST.md about kubectl version.

Signed-off-by: Brian Smith <brian@briansmith.org>
This commit is contained in:
Brian Smith 2018-07-25 11:45:55 -10:00
parent 51848230a0
commit c2dd6e3912
1 changed files with 1 additions and 0 deletions

View File

@ -62,6 +62,7 @@ functionality via a series of end-to-end tests.
The integration test suite operates on your currently configured Kubernetes
cluster. Prior to running the test suite, verify that:
- `kubectl version` reports that the client is version 1.11.1 or later.
- The Linkerd docker images you're trying to test have been built and are
accessible to the Kubernetes cluster to which you are deploying
- The `kubectl` CLI has been configured to talk to that Kubernetes cluster