You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 9, 2020. It is now read-only.
Copy file name to clipboardExpand all lines: resource-managers/kubernetes/core/src/main/scala/org/apache/spark/deploy/kubernetes/DriverSubmitSslConfigurationProvider.scala
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -48,9 +48,9 @@ private case class DriverSubmitSslConfigurationParameters(
48
48
/**
49
49
* Resolved from translating options provided in
50
50
* {@link DriverSubmitSslConfigurationParameters} into Kubernetes volumes, environment variables
51
-
* for the driver pod, client-side trust managers, and the client-side SSL context. This is used
52
-
* for setting up the SSL connection for the submission server where the application local
53
-
* dependencies and configuration is provided from.
51
+
* for the driver pod, Kubernetes secrets, client-side trust managers, and the client-side SSL
52
+
* context. This is used for setting up the SSL connection for the submission server where the
53
+
* application local dependencies and configuration is provided from.
0 commit comments