dongjoon-hyun opened a new pull request, #57633: URL: https://github.com/apache/spark/pull/57633
### What changes were proposed in this pull request? This PR aims to update the Minikube minimum version check in `Minikube.getKubernetesClient` from `1.28.0` to `1.38.0`, along with the corresponding assertion message. ### Why are the changes needed? The K8s integration test `README.md` documents that the minimum tested version of Minikube is `1.38.0` (SPARK-55199), but the actual version check in `Minikube.scala` still enforces only `1.28.0`. This PR makes the code consistent with the documentation. ### Does this PR introduce _any_ user-facing change? No. This is a test-only change. ### How was this patch tested? Pass the CIs. ### Was this patch authored or co-authored using generative AI tooling? Generated-by: Claude Fable 5 -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
