Github user aljoscha commented on a diff in the pull request:
https://github.com/apache/flink/pull/6372#discussion_r205014402
--- 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
--- End diff --
This should be "assumes a running Kubernetes cluster". And maybe point
towards minikube as one easy way for getting that locally.
---