rmetzger commented on a change in pull request #12071: URL: https://github.com/apache/flink/pull/12071#discussion_r422838483
########## 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: Okay, I see. Thx! Does it make sense to run the K8s tests with multiple K8s versions to better detect such issues in the future? We test against the latest version (1.18), oldest maintained (1.16)? ---------------------------------------------------------------- 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: us...@infra.apache.org