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

Fix duplicated secret volume in pod spec #595

Closed hex108 closed 6 years ago

hex108 commented 6 years ago

What changes were proposed in this pull request?

Fix #594

How was this patch tested?

Unit test and manual test.

liyinan926 commented 6 years ago

@hex108 https://github.com/apache/spark/pull/20148 has been merged. Can you refactor this PR? Thanks!

hex108 commented 6 years ago

@liyinan926 Ah, might it be better to cherry-pick your patch at apache#20148?

liyinan926 commented 6 years ago

Yep, that sounds good to me.

liyinan926 commented 6 years ago

I'm gonna cherry-pick the changes in https://github.com/apache/spark/pull/20148 and create a new PR.