You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by dawidwys <gi...@git.apache.org> on 2018/07/25 08:52:26 UTC

[GitHub] flink pull request #6372: [Flink-9353] Tests running per job standalone clus...

Github user dawidwys commented on a diff in the pull request:

    https://github.com/apache/flink/pull/6372#discussion_r205030130
  
    --- 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 --
    
    Actually it assumes Minikube not Kubernetes. The problem is that we use one specific minikube function to populate the docker images, that we build to the minikube docker installation. To run it on any Kubernetes cluster we would need to upload the images to docker repository and point the cluster to use it.
    
    The specific minikube method is: `eval $(minikube docker-env)`


---