Github user yanghua commented on a diff in the pull request:
https://github.com/apache/flink/pull/6372#discussion_r203692186
--- Diff: flink-end-to-end-tests/README.md ---
@@ -31,6 +31,12 @@ You can also run tests individually via
$ FLINK_DIR=<flink dir> flink-end-to-end-tests/run-single-test.sh
your_test.sh arg1 arg2
```
+### Kubernetes test
+
+Kubernetes test (test_kubernetes_embedded_job.sh) assumes a running
minikube cluster. Right now we cannot
+execute it on travis. You can run it thought with `run-single-test.sh` in
your local environment as long
--- End diff --
does the word "thought" need to be replaced with "through"?
---