Skip to content

DriverKubernetesCredentialsFeatureStep

DriverKubernetesCredentialsFeatureStep is a KubernetesFeatureConfigStep for KubernetesDriverBuilder (to build a driver pod spec).

Creating Instance

DriverKubernetesCredentialsFeatureStep takes the following to be created:

DriverKubernetesCredentialsFeatureStep is created when:

spark.kubernetes.authenticate.driver.serviceAccountName

DriverKubernetesCredentialsFeatureStep uses the spark.kubernetes.authenticate.driver.serviceAccountName configuration property for configuring a pod.

Configuring Driver Pod

configurePod(
  pod: SparkPod): SparkPod

configurePod is part of the KubernetesFeatureConfigStep abstraction.

configurePod...FIXME

Back to top