rmetzger commented on a change in pull request #16081:
URL: https://github.com/apache/flink/pull/16081#discussion_r647290611



##########
File path: flink-end-to-end-tests/test-scripts/common_kubernetes.sh
##########
@@ -108,7 +110,6 @@ function start_kubernetes {
             exit 1
         fi
     fi
-    eval $(minikube docker-env)

Review comment:
       We never needed it. There's actually an error logged because of this.
   The intention of this call is to forward the minikube docker env to the host 
system. But since we are starting minikube with the "none" driver anyways, 
everything runs on the host (hence no need to share the docker environment 
explicitly)




-- 
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:
[email protected]


Reply via email to