You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2019/12/20 16:37:33 UTC

[GitHub] [flink] wangyang0918 commented on issue #10602: [FLINK-10938] Add e2e test for natively running flink session cluster on kubernetes

wangyang0918 commented on issue #10602: [FLINK-10938] Add e2e test for natively running flink session cluster on kubernetes
URL: https://github.com/apache/flink/pull/10602#issuecomment-567987705
 
 
   @tillrohrmann I think the root cause of your exception is that the jobmanager pod is not launched successfully. `eval $(minikube docker-env)` is not executed successfully. So the image will not be accessible in `minikube`. I run this test successfully because the `minikube` is already running. I have updated the PR. Could you please run again on your machine?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services