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:
KubernetesDriverBuilder
is requested for the driver pod spec
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