igorcalabria commented on a change in pull request #26093: [SPARK-27812][K8s]
Bump client version
URL: https://github.com/apache/spark/pull/26093#discussion_r334148210
##########
File path: resource-managers/kubernetes/core/pom.xml
##########
@@ -29,7 +29,7 @@
<name>Spark Project Kubernetes</name>
<properties>
<sbt.project.name>kubernetes</sbt.project.name>
- <kubernetes.client.version>4.4.2</kubernetes.client.version>
+ <kubernetes.client.version>4.6.0</kubernetes.client.version>
Review comment:
Ok. Is there a reason why okhttp is added as an explicit
dependency(kubernetes-client already brings it)? If we really need a specific
version, shouldn't we at least exclude it from `kubernetes-client`? I'm saying
this because it's very easy to end up with a unexpected version on the
classpath. `kubernetes-client` uses okhttp's version 3.12 since version 4.1.2
but we're only updating it now.
----------------------------------------------------------------
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]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]