apache-spark-on-k8s / spark

Apache Spark enhanced with native Kubernetes scheduler back-end: NOTE this repository is being ARCHIVED as all new development for the kubernetes scheduler back-end is now on https://github.com/apache/spark/
https://spark.apache.org/
Apache License 2.0
612 stars 118 forks source link

Allow using TrustStore files for TLS connections to API server. #347

Closed mccheah closed 7 years ago

mccheah commented 7 years ago

Closes #343.

mccheah commented 7 years ago

The credentials mounting code is growing a little heavyweight and difficult to modify. At a future time we likely should refactor it.

erikerlandson commented 7 years ago

LGTM. I agree the credentials code could be factored by the supported methods

mccheah commented 7 years ago

Closing because it's not needed for the short term actually.