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 2020/05/11 07:20:22 UTC

[GitHub] [flink] wangyang0918 commented on a change in pull request #12071: [FLINK-17416][e2e][k8s] Use fixed v1.16.9 because fabric8 kubernetes-client could not work with higher version under jdk 8u252

wangyang0918 commented on a change in pull request #12071:
URL: https://github.com/apache/flink/pull/12071#discussion_r422832586



##########
File path: flink-end-to-end-tests/test-scripts/common_kubernetes.sh
##########
@@ -75,7 +75,8 @@ function start_kubernetes_if_not_running {
         # here.
         # Similarly, the kubelets are marking themself as "low disk space",
         # causing Flink to avoid this node (again, failing the test)
-        sudo CHANGE_MINIKUBE_NONE_USER=true minikube start --vm-driver=none \
+        # Use fixed version v1.16.9 because fabric8 kubernetes-client could not work with higher version under jdk 8u252
+        sudo CHANGE_MINIKUBE_NONE_USER=true minikube start --kubernetes-version v1.16.9 --vm-driver=none \

Review comment:
       Currently, we are using minikube `v1.8.2`, the default corresponding Kubernetes version is `v1.17` by default.




----------------------------------------------------------------
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