mirror of https://github.com/linkerd/linkerd2.git
Add note to TEST.md about kubectl version.
Signed-off-by: Brian Smith <brian@briansmith.org>
This commit is contained in:
parent
51848230a0
commit
c2dd6e3912
1
TEST.md
1
TEST.md
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue